ssl
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ssl [2016/06/09 18:10] – [Apache] alex | ssl [2017/10/26 18:59] (current) – [Standalone (non-HTTP)] mb | ||
---|---|---|---|
Line 7: | Line 7: | ||
$ sudo tree -a / | $ sudo tree -a / | ||
/ | / | ||
- | +-- digriz.org.uk | + | +-- example.com |
- | | \-- .well-known | + | | \-- .well-known |
- | \-- www.digriz.org.uk | + | \-- www.example.com -> example.com |
</ | </ | ||
Line 45: | Line 45: | ||
Finally, do one last reload and you should have a secure site (with your non-secure site redirecting to the secure one). | Finally, do one last reload and you should have a secure site (with your non-secure site redirecting to the secure one). | ||
+ | |||
+ | ===== Standalone (non-HTTP) ===== | ||
+ | |||
+ | Simply a case of running: | ||
+ | |||
+ | < | ||
+ | sudo certbot certonly --standalone --standalone-supported-challenges http-01 -d marmot.wormnet.eu -d imap.wormnet.eu -d smtp.wormnet.eu | ||
+ | </ | ||
+ | |||
+ | You will need to shut down any webserver listening on '' | ||
+ | |||
+ | |||
+ | Then you can tie in the certs at: | ||
+ | |||
+ | * **''/ | ||
+ | * **''/ | ||
+ | * **''/ |
ssl.1465495850.txt.gz · Last modified: 2016/06/09 18:10 by alex