mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-22 18:20:09 +08:00
Add contribution of converting certbot's LE account data to acme.sh format
parent
b2ee269caf
commit
3dc47e3cbc
@ -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
|
||||||
|
|
||||||
@ -63,4 +64,10 @@ Explanations :
|
|||||||
- `--accountemail` is the email used to register an account to Let's Encrypt, you will receive a renewal notice email here.
|
- `--accountemail` is the email used to register an account to Let's Encrypt, you will receive a renewal notice email here.
|
||||||
- `--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.
|
||||||
|
Loading…
Reference in New Issue
Block a user