浏览代码

Add Let's Encrypt instructions to README

multi_domain
ßingen 6 年前
父节点
当前提交
81534b55ee
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      README.md

+ 7
- 0
README.md 查看文件



Let's Encrypt Let's Encrypt
------------- -------------
If you want to add more domains after deployment, you can run this command manually from HAProxy docker instance (see [this](https://serversforhackers.com/c/letsencrypt-with-haproxy)):
```
sudo certbot certonly --standalone -d nextcloud.example.com -d gogs.example.com \
--non-interactive --agree-tos --email admin@example.com \
--http-01-port=8888
```

Notice that when updating your certificate, you will need to restart haproxy container, due to [this issue](https://stackoverflow.com/a/50480260/1937418) Notice that when updating your certificate, you will need to restart haproxy container, due to [this issue](https://stackoverflow.com/a/50480260/1937418)


Own registry Own registry

正在加载...
取消
保存