mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-01-13 16:10:09 +08:00
Support pkcs12 format
parent
11b5758028
commit
80ae2f7a3d
11
Home.md
11
Home.md
@ -3,7 +3,7 @@ Welcome to the le wiki!
|
|||||||
Here is the wiki page for le.sh
|
Here is the wiki page for le.sh
|
||||||
|
|
||||||
|
|
||||||
1. How to install
|
## 1. How to install
|
||||||
Install online:
|
Install online:
|
||||||
```
|
```
|
||||||
curl https://raw.githubusercontent.com/Neilpang/le/master/le.sh | INSTALLONLINE=1 bash
|
curl https://raw.githubusercontent.com/Neilpang/le/master/le.sh | INSTALLONLINE=1 bash
|
||||||
@ -29,7 +29,7 @@ Which is optional. If you don't want to register with your email, just ignore t
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
2. How to use in Proxmox ?
|
## 2. How to use in Proxmox ?
|
||||||
|
|
||||||
After installation,
|
After installation,
|
||||||
|
|
||||||
@ -48,5 +48,12 @@ After issuing, the cert will be automatically every 80 days.
|
|||||||
Ok, it's done. Open the link: `https://<DOMAIN>:8006`
|
Ok, it's done. Open the link: `https://<DOMAIN>:8006`
|
||||||
|
|
||||||
|
|
||||||
|
## How to get pkcs12(pfx) format:
|
||||||
|
|
||||||
|
After you issue the cert, then you can use `toPkcs` command to convert the cert to pkcs12(pfx) format
|
||||||
|
```
|
||||||
|
le.sh toPkcs <domain> [pfx-password]
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user