certbot
์ ๋์์ผ๋ก ACME ํด๋ผ์ด์ธํธ ํ๋กํ ์ฝ์ ๊ตฌํํ๋ ์ ์คํฌ๋ฆฝํธ. ์ฐธ๊ณ :acme.sh dns
. ๋ ๋ง์ ์ ๋ณด: https://github.com/acmesh-official/acme.sh.
acme.sh --issue --domain {{example.com}} --webroot {{/๊ฒฝ๋ก/๋์/์น๋ฃจํธ}}
acme.sh --issue --standalone --domain {{example.com}} --domain {{www.example.com}}
acme.sh --issue --alpn --domain {{example.com}}
acme.sh --issue --nginx --domain {{example.com}}
acme.sh --issue --apache --domain {{example.com}}
acme.sh --issue --dns {{dns_์ธ์ฆ์}} --domain {{*.example.com}}
acme.sh --install-cert -d {{example.com}} --key-file {{/๊ฒฝ๋ก/๋์/example.com.key}} --fullchain-file {{/๊ฒฝ๋ก/๋์/example.com.cer}} --reloadcmd {{"systemctl force-reload nginx"}}