-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRenew_manifold_certificates
37 lines (25 loc) · 1.39 KB
/
Renew_manifold_certificates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Renewing Manifold's https certificates is pretty quick and easy.
1) ssh into apps.picolabs.io with the correct ip address and pem file
2) enter the command "sudo certbot certonly --force-renew -d apps.picolabs.io"
3) you'll be shown something similar to this:
How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Nginx Web Server plugin - Alpha (nginx)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-3] then [enter] (press 'c' to cancel)
4) select Nginx and press enter
5) exit and then ssh into manifold.picolabs.io with the correct ip address and same pem file
6) enter the command "sudo certbot certonly --force-renew -d manifold.picolabs.io"
7) you'll be shown something similar to this:
How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Nginx Web Server plugin - Alpha (nginx)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-3] then [enter] (press 'c' to cancel)
8) select Nginx and press enter
9) exit manifold
10) Done