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
fe77d43f
Commit
fe77d43f
authored
Dec 13, 2020
by
neil
Browse files
fix _deactivate for ip cert
parent
737a7a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
fe77d43f
...
@@ -5978,7 +5978,7 @@ _deactivate() {
...
@@ -5978,7 +5978,7 @@ _deactivate() {
thumbprint
=
"
$(
__calc_account_thumbprint
)
"
thumbprint
=
"
$(
__calc_account_thumbprint
)
"
fi
fi
_debug
"Trigger validation."
_debug
"Trigger validation."
vtype
=
"
$
VTYPE_DNS
"
vtype
=
"
$
(
_getIdType
"
$_d_domain
"
)
"
entry
=
"
$(
echo
"
$response
"
| _egrep_o
'[^\{]*"type":"'
$vtype
'"[^\}]*'
)
"
entry
=
"
$(
echo
"
$response
"
| _egrep_o
'[^\{]*"type":"'
$vtype
'"[^\}]*'
)
"
_debug entry
"
$entry
"
_debug entry
"
$entry
"
if
[
-z
"
$entry
"
]
;
then
if
[
-z
"
$entry
"
]
;
then
...
...
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