Update How To Setup letsencrypt On dtc Domain authored by Don Gould's avatar Don Gould
......@@ -4,6 +4,17 @@ At present this page is just a collection of Don's notes. Clean it up if you wi
Get the scripts from Don's server at www.yournet.co.nz or out of the git (if they're in there, not currently sure I've updated them).
**Step 1 - Back Up First**
Make a copy of the files in /var/lib/dtc/etc/ssl
I normally just do a cp
`cp /var/lib/dtc/etc/ssl /var/lib/dtc/etc/ssl-backup-22May2024`
Now you can roll back if things go pear shape!
**Step 2 - Get the dtc let's encrypt wrappers**
```
# wget www.yournet.co.nz/getssl/dtc-getssl
......@@ -11,6 +22,8 @@ Get the scripts from Don's server at www.yournet.co.nz or out of the git (if the
# wget www.yournet.co.nz/getssl/getssl
```
Step 3 - Copy the three files you just got into the location we'll be using them from
```
./dtc-getssl -a dtc -d gplhost.co.uk -s dtc -c
......
......