Ver código fonte

:pencil: doc a little clarity for first time running

cia-next
maeda 3 anos atrás
pai
commit
0262a3d418
1 arquivos alterados com 8 adições e 1 exclusões
  1. 8
    1
      README.md

+ 8
- 1
README.md Ver arquivo

@@ -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)

Carregando…
Cancelar
Salvar