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
a82d0af9
Unverified
Commit
a82d0af9
authored
May 15, 2018
by
MegaS0ra
Committed by
GitHub
May 15, 2018
Browse files
Update SSLR1Soft.sh
parent
639db942
Changes
1
Hide whitespace changes
Inline
Side-by-side
SSLR1Soft.sh
View file @
a82d0af9
#!/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
echo
"Missing argument."
echo
"Please run command followed by email address for LE notifications."
fi
echo
-e
"
\n
### Checking requirements..."
rpm
-qa
|
grep
"git-"
if
test
$?
-eq
1
then
if
test
$?
-eq
1
;
then
yum
-y
install
git
fi
yum
-y
update nss nss-util nss-sysinit nss-tools wget curl ca-certificates openssl
...
...
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