From 80ae2f7a3d0d8551305aad4089436285299f161c Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 5 Apr 2016 22:42:54 +0800 Subject: [PATCH] Support pkcs12 format --- Home.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 20c4884..78208b3 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,7 @@ Welcome to the le wiki! Here is the wiki page for le.sh -1. How to install +## 1. How to install Install online: ``` 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, @@ -48,5 +48,12 @@ After issuing, the cert will be automatically every 80 days. Ok, it's done. Open the link: `https://: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 [pfx-password] +``` +