-
> 注意: 本文章是生成 Let's Encrypt 免费HTTPS证书,有效期3个月,需要有域名的所有权,有一台线上服务器。
## 生成HTTPS证书
### 创建帐号
在服务器中建一个目录
```sh
mkdir my_ssl
cd my_ssl
```
```sh
openssl genrsa 4096 > account.key
```
…
-
### Issue description
I am using acme-tiny on Windows to create new Let's Encrypt certificates with OpenSSL 1.1.1k 25 Mar 2021.
The certificate creation is working with _one domain_ in the CSR, h…
-
Howdy,
One of my servers recently can't validate Let's Encrypt correctly in any virtual servers because it keep uses wrong domain name to validate... Here's one example of the log:
```
[root@f…
-
## Creating a software request:
#### Vote for it on FeatHub: https://feathub.com/MichaIng/DietPi/+28
#### Give us some formal software information:
- Software title | acme.sh
- Short descripti…
-
I love debops and I even saw ACME work once, but I have to say it is super hard to get it working. I've never had this kind of difficulty with other letsencrypt tools or ansible roles.
I've tried to …
-
Letsencrypt certificates can be generated using DNS records see https://certbot-dns-rfc2136.readthedocs.io/en/stable/ for further information.
For internal uses of yunohost (intranet) without a in…
-
Getting these logs in EC2. For context, I'm trying to self host [Outline w/ docker](https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t) and got everything working besides https-portal
``…
-
tl;dr: Should we add the `token` to the `ChallengeDescription` type?
First: Thank you for this package!
When I stumbled over the need to self-manage public certificates I couldn't believe my luck…
-
Asked by gnanet in Issue #8. I think this is worth a separate task.
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit.
Currently it is in public b…
-
The Ansible role that is credited for the letsencrypt functionality, https://github.com/andreaswolf/ansible-role-letsencrypt, states in the Readme:
> You can also adjust the user and group used for g…