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
6b185d20
Commit
6b185d20
authored
Jul 02, 2017
by
neilpang
Browse files
fix format
parent
1bbc33a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
6b185d20
...
@@ -1282,7 +1282,7 @@ createDomainKey() {
...
@@ -1282,7 +1282,7 @@ createDomainKey() {
_initpath
"
$domain
"
"
$_cdl
"
_initpath
"
$domain
"
"
$_cdl
"
if
[
!
-f
"
$CERT_KEY_PATH
"
]
||
([
"
$FORCE
"
]
&&
!
[
"
$IS_RENEW
"
])
||
[
"
$Le_ForceNewDomainKey
"
=
"1"
]
;
then
if
[
!
-f
"
$CERT_KEY_PATH
"
]
||
([
"
$FORCE
"
]
&&
!
[
"
$IS_RENEW
"
])
||
[
"
$Le_ForceNewDomainKey
"
=
"1"
]
;
then
if
_createkey
"
$_cdl
"
"
$CERT_KEY_PATH
"
;
then
if
_createkey
"
$_cdl
"
"
$CERT_KEY_PATH
"
;
then
_savedomainconf Le_Keylength
"
$_cdl
"
_savedomainconf Le_Keylength
"
$_cdl
"
_info
"The domain key is here:
$(
__green
$CERT_KEY_PATH
)
"
_info
"The domain key is here:
$(
__green
$CERT_KEY_PATH
)
"
...
@@ -3176,7 +3176,6 @@ _regAccount() {
...
@@ -3176,7 +3176,6 @@ _regAccount() {
}
}
#Implement deactivate account
#Implement deactivate account
deactivateaccount
()
{
deactivateaccount
()
{
_initpath
_initpath
...
...
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