Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Smith
sslgen
Commits
92626dbf
Commit
92626dbf
authored
11 years ago
by
Michael J. Smith
Browse files
Options
Download
Email Patches
Plain Diff
Updates
parent
3610a699
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
sslgen
sslgen
+3
-1
No files found.
sslgen
View file @
92626dbf
...
...
@@ -89,7 +89,7 @@ case "$1" in
echo
"Setting up Apache to use ssl certificates..."
if
[[
-f
/etc/debian_version
]]
;
then
echo
"Installing openssl
if not already installed
"
echo
"Installing openssl"
dpkg
--add-architecture
i386
apt-get
-qq
update
apt-get
-qq
-y
install
openssl
...
...
@@ -105,6 +105,8 @@ case "$1" in
echo
"Restarting apache to reload configuration."
service apache2 restart
elif
[[
-f
/etc/centos-release
]]
;
then
echo
"CentOS is not currently supported for this option"
fi
;;
...
...
This diff is collapsed.
Click to expand it.
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