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
795dee85
Unverified
Commit
795dee85
authored
Jan 03, 2022
by
neil
Committed by
GitHub
Jan 03, 2022
Browse files
Merge pull request #3854 from pearj/dev
Allow optional "NEW" in CSR header and footer
parents
dbd5bef0
342bce21
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
795dee85
...
...
@@ -80,8 +80,8 @@ NGINX="nginx:"
NGINX_START="#ACME_NGINX_START"
NGINX_END="#ACME_NGINX_END"
BEGIN_CSR="-----BEGIN CERTIFICATE REQUEST-----"
END_CSR="-----END CERTIFICATE REQUEST-----"
BEGIN_CSR="-----BEGIN
[NEW ]\{0,4\}
CERTIFICATE REQUEST-----"
END_CSR="-----END
[NEW ]\{0,4\}
CERTIFICATE REQUEST-----"
BEGIN_CERT="-----BEGIN CERTIFICATE-----"
END_CERT="-----END CERTIFICATE-----"
...
...
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