User Tools

Site Tools


letsencrypt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
letsencrypt [2019/01/18 12:02]
admin
letsencrypt [2021/05/31 11:52]
Line 1: Line 1:
-== new == 
-<​code>/​usr/​bin/​certbot --nginx certonly -d yourdomain.com --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh</​code>​ 
  
-== renew for apache == 
-<​code>/​usr/​bin/​certbot --apache renew --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh --post-hook "/​etc/​init.d/​apache2 reload"</​code>​ 
- 
-== renew for nginx == 
-<​code>/​usr/​bin/​certbot --nginx renew --deploy-hook /​usr/​local/​sbin/​push_to_confiared.sh 
---post-hook "/​etc/​init.d/​nginx reload"</​code>​ 
- 
-== /​usr/​local/​sbin/​push_to_confiared.sh == 
-<​code>​ 
-#!/bin/bash 
-#​RENEWED_LINEAGE=/​etc/​letsencrypt/​live/​site.com 
-/​usr/​bin/​curl --silent --data-urlencode "​certificate=`cat ${RENEWED_LINEAGE}/​cert.pem`"​ --data-urlencode "​chain=`cat ${RENEWED_LINEAGE}/​chain.pem`"​ --data-urlencode "​privatekey=`cat ${RENEWED_LINEAGE}/​privkey.pem`"​ https://​api.confiared.com/​reverse-proxy/​upload-certificate -o /​var/​log/​last_letsencrypt_confiared_api.log 
-</​code>​ 
letsencrypt.txt ยท Last modified: 2022/06/01 12:39 by admin