Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HaiSoft (public)
R1Soft - Lets Encrypt Integration
Commits
1734f1f9
Unverified
Commit
1734f1f9
authored
May 15, 2018
by
MegaS0ra
Committed by
GitHub
May 15, 2018
Browse files
Update SSLR1Soft.sh
parent
a82d0af9
Changes
1
Hide whitespace changes
Inline
Side-by-side
SSLR1Soft.sh
View file @
1734f1f9
#!/bin/bash
# Execute this script followed by the email address to which the Let's Encrypt certificate's notifications will be sent
if
[
$1
-eq
0
]
;
then
if
[
-z
"
$1
"
]
;
then
echo
"Missing argument."
echo
"Please run command followed by email address for LE notifications."
fi
...
...
Write
Preview
Supports
Markdown
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