Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ad613e24
Commit
ad613e24
authored
Jan 04, 2019
by
neilpang
Browse files
fix alpn oid.
https://github.com/Neilpang/acme.sh/issues/2005
parent
c544759d
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
ad613e24
...
@@ -1089,7 +1089,7 @@ _createcsr() {
...
@@ -1089,7 +1089,7 @@ _createcsr() {
fi
fi
if [ "$acmeValidationv1" ]; then
if [ "$acmeValidationv1" ]; then
printf "\n1.3.6.1.5.5.7.1.3
0.
1=critical,DER:04:20:${acmeValidationv1}" >>"${csrconf}"
printf "\n1.3.6.1.5.5.7.1.31=critical,DER:04:20:${acmeValidationv1}" >>"${csrconf}"
fi
fi
_csr_cn="$(_idn "$domain")"
_csr_cn="$(_idn "$domain")"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment