What Letsencrypt does, why it only works well when you automate it, what certificates are etc etc etc, you need (imho) to understand the why and what. Don't worry, Youtube exists, and you can understand everything pretty fast, you have to go through it. @flo-0 said in Dynv6.com...
git clone https://github.com/acmesh-official/acme.sh.git cd ./acme.sh ./acme.sh --install You don't have to be root then, although it is recommended. Advanced Installation: https://github.com/acmesh-official/acme.sh/wiki/How-to-install The installer will perform 3 actions: Create and...
letsencrypt@boulderacme:~$ .acme.sh/acme.sh --issue -d suitecrm.office.mojeip.cz --home /home/letsencrypt/.acme.sh -w /home/letsencrypt/webroot --server http://boulder.office.mojeip.cz:4000/directory --renew --force --log --debug 2 I also tried the manual --dns mode with same ...
冷焰心 / acme.sh forked from Neilpang / acme.sh 确定同步? 同步操作将从 Neilpang/acme.sh 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!! 确定后同步将在后台操作,完成时将刷新页面,请耐心等待。 同步Wiki (当前仓库的 wiki 将会被覆盖!) 取消 确定 代码 Issu...
Several DN attributes can be specified to have a fall-back. For example: UID;SN;CN. First, try UID. If it does not exist try SN, etc. RANDOM (default): Uses the generated 43 character long ACME order ID. FIXED: Enter the DN attributes manually as a semicolon-delimited String (e.g...
> I have been following this guide. On the Proxmox side, I create the user and the plugin as on the guide is set up. But when I run the pvenode acme cert order it fails with the following output: Code: TASK ERROR: ACME account config file 'default' does not exist. Is there any...
And the last, lot of people like me want to keep the system clean, and are fan of Docker virtual instance. After 3 years, I believe most Synology users have upgraded their equipments already that support Docker. So this new guide is talking about how to use acme.sh docker to issue Let...
@johnpoz said in Freeradius not taking new ACME certificate: haproxy Can't tell, as I don't have / use haproxy. The radius(.sh) process control file does only wha it paid to do : start stop retart the process. It presumes all config files are fine. That why I added the 3 copy...
git clone https://github.com/acmesh-official/acme.sh.git cd ./acme.sh ./acme.sh --install You don't have to be root then, although it is recommended. Advanced Installation: https://github.com/acmesh-official/acme.sh/wiki/How-to-install The installer will perform 3 actions: Create and...
When mod_ssl does not find any certificates, because you did not configure any, it will ask mod_md: "Hey, do you know anything about mydomain.com?" And it will answer: "Sure, use these files here for the certificates!"During start up, the module will see that there are no ...