blob: bafae55893af14356fdf3d4f77b3e2857de80203 (
plain)
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
|
# Letsencrypt
## Tags
* assigned: pjotr
* type: bug
* priority: critical
* status: completed, done, closed
## Tasks
* [X] letsencrypt is failing on P2 and Tux01 (expiry Nov12)
- letsencrypt was down
* [X] ucscbrowser needs a certificate (now forwards http -> https)
## Notes
```
certbot renew --dry-run
```
Add certificate
```
certbot certonly --nginx --agree-tos --preferred-challenges http -d ucscbrowser.genenetwork.org --register-unsafely-without-email
```
|