mirror of
https://github.com/mtan93/unifi-letsencrypt.git
synced 2026-03-08 05:31:58 +00:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,8 +1,14 @@
|
|||||||
# unifi-letsencrypt
|
# unifi-letsencrypt
|
||||||
Scripts to allow easy import of LE certs into keystore for Unifi on Ubuntu/Debian after use of certbot.
|
Scripts to allow easy import of LE certs into keystore for Unifi on Ubuntu/Debian after use of certbot.
|
||||||
|
|
||||||
Open Terminal or SSH window and paste:
|
<p>Script was designed to avoid:</p>
|
||||||
|
<pre>Warning:
|
||||||
wget https://raw.githubusercontent.com/mtan93/unifi-letsencrypt/master/unifi_le.sh && chmod +x unifi_le.sh && ./unifi_le.sh
|
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /var/lib/unifi/keystore -destkeystore /var/lib/unifi/keystore -deststoretype pkcs12".</pre>
|
||||||
|
<p>after running certbot (Please make sure that your certs were placed in /etc/letsencrypt/live/yourdomain.name/ and not <span>/etc/letsencrypt/live/yourdomain.name-0001,2,3,etc/.</span></p>
|
||||||
and enter your domain when prompted to do so, please make sure you do not put https or https on the domain.
|
<p> </p>
|
||||||
|
<p>Paste into terminal/ssh:</p>
|
||||||
|
<p> </p>
|
||||||
|
<pre>wget https://raw.githubusercontent.com/mtan93/unifi-letsencrypt/master/unifi_le.sh && chmod +x unifi_le.sh && ./unifi_le.sh
|
||||||
|
</pre>
|
||||||
|
<p> </p>
|
||||||
|
<p><span>Then simply enter your domain name (without http/s) when asked to do so and the script will do the rest for you :)</span></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user