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
33baaa3b
Commit
33baaa3b
authored
11 years ago
by
Mike Smith
Browse files
Options
Download
Email Patches
Plain Diff
Fixed formatting in help option
parent
287d3bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
sslgen
sslgen
+12
-12
No files found.
sslgen
View file @
33baaa3b
...
...
@@ -139,26 +139,26 @@ bundle() {
help
()
{
echo
"This script takes 2 parameters"
echo
echo
"Usage:
$0
{key|csr|pem|bundle|pve|apache|help} <domain>"
echo
"
key Generates a private key file.
Options:
key Generates a private key file.
csr Generates a certifificate signing request.
Will also create a private key file if one does not exist.
csr Generates a certifificate signing request.
Will also create a private key file if one does not exist.
pem Creates a pem file containing the private key and
server certificate.
pem Creates a pem file containing the private key and
server certificate.
bundle Creates a bundled certificate containing the server certificate,
any intermediate certificates, and the root certificate.
bundle Creates a bundled certificate containing the server certificate,
any intermediate certificates, and the root certificate.
pve Sets up certificates for Proxmox VE.
pve Sets up certificates for Proxmox VE.
apache Sets up Apache to use SSL certificates.
apache Sets up Apache to use SSL certificates.
help Displays this help message.
"
help Displays this help message.
"
exit
1
}
...
...
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