chiark
/
gitweb
/
~mdw
/
distorted-letsencrypt
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bin/make-cert, bin/fix-cert-chain: Hack certificate chains for compatiblity.
[distorted-letsencrypt]
/
bin
/
make-cert
diff --git
a/bin/make-cert
b/bin/make-cert
index 9dcf15bc1fb7c15093a301bfb7d6e36f1b606202..a094a532767b185badf6472884bf2d4a50fbb885 100755
(executable)
--- 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