Add contribution of converting certbot's LE account data to acme.sh format

master
Maddes 2024-04-19 21:42:09 +02:00
parent b2ee269caf
commit 3dc47e3cbc
1 changed files with 12 additions and 5 deletions

@ -1,7 +1,8 @@
> Update your Linux repo with latest CA bundle and patches from System Update else some issues will occur when generating your free SSL. Once Completed then begin the below procedure Update the Linux/BSD system with latest CA bundle and patches from System Update otherwise some issues may occur when generating your free SSL certificates.
- > you can run Once completed begin with the install procedure below.
if centos: - CentOs: `yum update ca-certificates`
`yum update ca-certificates` - Debian: `apt update ; apt install ca-certificates` (updates package if already installed) \
also applies to Debian-based distros like Ubuntu, LinuxMint, etc.
## 1. Install from web: https://get.acme.sh ## 1. Install from web: https://get.acme.sh
@ -64,3 +65,9 @@ Explanations :
- `--accountkey` is the file saving your account private key. By default, it's saved in `--config-home`. - `--accountkey` is the file saving your account private key. By default, it's saved in `--config-home`.
- `--useragent` is the user-agent header value used to send to Let's Encrypt. - `--useragent` is the user-agent header value used to send to Let's Encrypt.
- `--nocron` install acme.sh without cronjob - `--nocron` install acme.sh without cronjob
## 5. Special case: Converting LE account data from certbot to acme.sh
If already using certbot, then there is the possiblity to convert its LE account data to acme.sh format.
See https://github.com/maddes-b/linux-stuff/tree/main/acme.sh .
If re-using the LE account created from certbot, then it is recommended **not** to specify `-m/--email` during installation.