Specify root for certbot execution
This commit is contained in:
parent
5b5ab99aa7
commit
f873c26dc1
|
@ -15,6 +15,8 @@ Assumptions:
|
||||||
- HAProxy is still configured to pass 80/tcp traffic matching `path_beg /.well-known/acme-challenge/` to the `letsencrypt-backend`
|
- HAProxy is still configured to pass 80/tcp traffic matching `path_beg /.well-known/acme-challenge/` to the `letsencrypt-backend`
|
||||||
- Traffic for the new domain will be terminated by HAProxy on roberto.wit.com
|
- Traffic for the new domain will be terminated by HAProxy on roberto.wit.com
|
||||||
|
|
||||||
|
**Note:** Run the following as `root` on roberto.
|
||||||
|
|
||||||
To update the certificate modify the list of domain arguments (`-d foo.com`) below and use the following process:
|
To update the certificate modify the list of domain arguments (`-d foo.com`) below and use the following process:
|
||||||
|
|
||||||
1) Acquire the list of domains the **current certificate** is responsible for formatted as arguments to `certbot`:
|
1) Acquire the list of domains the **current certificate** is responsible for formatted as arguments to `certbot`:
|
||||||
|
|
Loading…
Reference in New Issue