This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# *** For DSM v7.x *** | |
# | |
# CAUTION: DSM removes files from ~root on various system updates/upgrades. That's why this is copied across from pfSense each time. | |
# This version augmented with: | |
# - switches to use alt port instead of 22 | |
# - configuration for several popular packages that use SSL (including correct permission updates) | |
# - instructions on finding all other installed packages using SSL | |
# - latest nginx restart |