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
c7285967
Commit
c7285967
authored
Jun 22, 2021
by
neilpang
Browse files
fix for list short name
parent
41f4baad
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c7285967
...
...
@@ -5,6 +5,7 @@
[

](https://github.com/acmesh-official/acme.sh/actions/workflows/Ubuntu.yml)
[

](https://github.com/acmesh-official/acme.sh/actions/workflows/Windows.yml)
[

](https://github.com/acmesh-official/acme.sh/actions/workflows/Solaris.yml)



...
...
acme.sh
View file @
c7285967
...
...
@@ -6665,6 +6665,9 @@ _getCAShortName() {
if [ -z "$caurl" ]; then
caurl="$DEFAULT_CA"
fi
if [ "$CA_SSLCOM_ECC" = "$caurl" ]; then
caurl="$CA_SSLCOM_RSA" #just hack to get the short name
fi
caurl_lower="$(echo $caurl | _lower_case)"
_sindex=0
for surl in $(echo "$CA_SERVERS" | _lower_case | tr , ' '); do
...
...
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