|
|
@@ -21,4 +21,11 @@ Generate new keys with certbot:
|
|
21
|
21
|
-Check using `sudo certbot renew --dry-run`
|
|
22
|
22
|
-Run the commands inside the `generatekeys.sh`
|
|
23
|
23
|
-DO NOT run `generatekeys.sh` as a script
|
|
24
|
|
- -Run the `./rebuild.sh` script to use the new keys
|
|
|
24
|
+ -Run the `./rebuild.sh` script to use the new keys
|
|
|
25
|
+
|
|
|
26
|
+#### First Run
|
|
|
27
|
+1. install `certbot`
|
|
|
28
|
+1. run `sudo certbot certonly`
|
|
|
29
|
+1. use temporary http challenge mode
|
|
|
30
|
+1. make sure ufw exposes port 80
|
|
|
31
|
+1. copy over the pem files to your nginx keys directory (see renew_keys.sh)
|