Skip to content

Commit

Permalink
Update ssl-management.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnathanson authored Sep 22, 2024
1 parent 376880a commit 3a605b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions network/ssl-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ Step 2 is only required for the generating server and should NOT be done on all
* Once confirmed, revert the permissions changes back to "drwx------ 4 root root" with `sudo chmod 700 /etc/letsencrypt` (untested)
* Copy the Apache SSL config file (This is only required the first time you distribute it, not for renewals.):
* `sudo cp /home/pi/solar-protocol/network/000-default-le-ssl.conf /etc/apache2/sites-available/000-default-le-ssl.conf`
<!--* Copy the renewal/solarprotocol.net file to the /etc/letsencrypt/renewal/ directory-->
* Copy the renewal/solarprotocol.net file to the /etc/letsencrypt/renewal/ directory (only required when first installing, not for renewals0
* enable the sites with `sudo a2ensite 000-default-le-ssl.conf` or if that doesn't work you can create a new symlink with `sudo ln -s ../sites-available/000-default-le-ssl.conf` (this probably shouldn't be necessary for renewals, just when first installing)
* restart apache `sudo systemctl restart apache2`

Troubleshoot

## 4) Renewal
Renewal can only happen within 30 days of expiration.

Expand Down

0 comments on commit 3a605b5

Please sign in to comment.