Skip to content
GitLab
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
ecd9c2c1
Unverified
Commit
ecd9c2c1
authored
May 15, 2018
by
MegaS0ra
Committed by
GitHub
May 15, 2018
Browse files
Added info about email address
parent
153d12f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
SSLR1Soft.sh
View file @
ecd9c2c1
--agree-tos
#!/bin/bash
#!/bin/bash
# Execute this script followed by the email address to which the Let's Encrypt certificate's notifications will be sent
rpm
-qa
|
grep
"git-"
if
test
$?
-eq
1
then
...
...
@@ -10,7 +11,7 @@ if [ ! -d "/root/letsencrypt/" ]; then
fi
service iptables stop
./letsencrypt/letsencrypt-auto certonly
--standalone
--agree-tos
-d
$(
hostname
)
--rsa-key-size
4096
./letsencrypt/letsencrypt-auto certonly
--standalone
--agree-tos
-d
$(
hostname
)
--rsa-key-size
4096
--email
$1
service iptables start
cd
/etc/letsencrypt/live/
$(
hostname
)
/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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