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
6b00787f
Commit
6b00787f
authored
Mar 03, 2017
by
neil
Committed by
GitHub
Mar 03, 2017
Browse files
Merge pull request #695 from Neilpang/dev
Dev
parents
49d3e5d3
e735d8d4
Changes
2
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
6b00787f
...
...
@@ -146,7 +146,7 @@ _dlg_versions() {
echo
"apache:"
if
[
"
$_APACHECTL
"
]
&&
_exists
"
$_APACHECTL
"
;
then
_APACHECTL
-V
2>&1
$
_APACHECTL
-V
2>&1
else
echo
"apache doesn't exists."
fi
...
...
deploy/apache.sh
View file @
6b00787f
#!/usr/bin/env sh
#Here is a script to deploy cert to
dovecot
server.
#Here is a script to deploy cert to
apache
server.
#returns 0 means success, otherwise error.
...
...
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