X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-letsencrypt/blobdiff_plain/fffac188628941e2e083f20934aa7c700096d07f..HEAD:/bin/make-cert diff --git a/bin/make-cert b/bin/make-cert index 9dcf15b..a094a53 100755 --- a/bin/make-cert +++ b/bin/make-cert @@ -22,4 +22,6 @@ unset http_proxy cert=$home/cert/$tag cd $cert dehydrated -f $HOME/dehydrated-config.sh -fc -s req >full-chain.new -mv full-chain.new full-chain +fix-cert-chain full-chain.new >full-chain.fixed +mv full-chain.fixed full-chain +rm full-chain.new