소스 검색

:pencil: doc a little clarity for first time running

cia-next
maeda 3 년 전
부모
커밋
0262a3d418
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8
    1
      README.md

+ 8
- 1
README.md 파일 보기

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

Loading…
취소
저장