mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-18 05:10:31 +08:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
case $ACTION in
|
|
issued|renewed)
|
|
cat \
|
|
"/etc/ssl/acme/$main_domain.fullchain.cer" \
|
|
"/etc/ssl/acme/$main_domain.key" \
|
|
>"/etc/ssl/acme/$main_domain.combined.cer"
|
|
;;
|
|
esac
|