Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ssl-ca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
ssl-ca
Commits
0883cc40
Commit
0883cc40
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Added example output to usage section.
parent
f2a91ee2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+18
-3
18 additions, 3 deletions
README.rst
with
18 additions
and
3 deletions
README.rst
+
18
−
3
View file @
0883cc40
...
@@ -30,15 +30,32 @@ To generate a new key and certificate for the www host, the key will at
...
@@ -30,15 +30,32 @@ To generate a new key and certificate for the www host, the key will at
``keys/www`` and the certificate at ``certs/www`` ::
``keys/www`` and the certificate at ``certs/www`` ::
$ ssl-ca gen www
$ ssl-ca gen www
Generating RSA private key, 512 bit long modulus
................................++++++++++++
..++++++++++++
e is 65537 (0x10001)
Signature ok
subject=/CN=*.*.www.domain.tld
Getting CA Private Key
To sign existing keys, copy them to the ``keys/`` folder. All keys that don't
To sign existing keys, copy them to the ``keys/`` folder. All keys that don't
have a matching certificate under ``certs/`` will be signed when running ::
have a matching certificate under ``certs/`` will be signed when running ::
$ openssl genrsa -out keys/smtp #Generate a key for smtp.domain.tld
$ ssl-ca sign
$ ssl-ca sign
Signature ok
subject=/CN=*.*.smtp.domain.tld
Getting CA Private Key
To resign **ALL** existing keys (regardles of existing certificates) ::
To resign **ALL** existing keys (regardles of existing certificates) ::
$ ssl-ca resign
$ ssl-ca resign
Signature ok
subject=/CN=*.*.smtp.domain.tld
Getting CA Private Key
Signature ok
subject=/CN=*.*.www.smtp.domain.tld
Getting CA Private Key
License
License
-------
-------
...
@@ -53,8 +70,6 @@ Nimrod Adar.
...
@@ -53,8 +70,6 @@ Nimrod Adar.
TODO
TODO
----
----
- Verify that the fqdn is correct.
- Fill out example output in the usage section.
- Add checks and failure messages to each action.
- Add checks and failure messages to each action.
-
Delete serial file
.
-
Verify that the fqdn is correct
.
- Testing (creating a ca, creating a key and cert and verifying).
- Testing (creating a ca, creating a key and cert and verifying).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment