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
dbdbc2be
Commit
dbdbc2be
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Corrected the code block syntax.
parent
e6ece816
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+7
-6
7 additions, 6 deletions
README.rst
with
7 additions
and
6 deletions
README.rst
+
7
−
6
View file @
dbdbc2be
...
...
@@ -9,7 +9,7 @@ revocation) are not available in the current implementation.
Installation
------------
::
.. code:: shell
git clone https://www.shore.co.il/cgit/ssl-ca
cd ssl-ca
...
...
@@ -62,19 +62,20 @@ To resign **ALL** existing keys (regardles of existing certificates) ::
The certs by themselves are the same as self-signed certs, but once you add
`
`CA.crt`
`
to your browser (or OS), then the certs will be valid as any
other
cert on the internet.
:code:
`CA.crt` to your browser (or OS), then the certs will be valid as any
other
cert on the internet.
Development
-----------
For easing devlopment
`
`make test`
`
and
`
`make clean`
`
are also provided
(it's
recommended to add
`
`make test`
`
to the pre-push git hook).
For easing devlopment
:code:
`make test` and
:code:
`make clean` are also provided
(it's
recommended to add
:code:
`make test` to the pre-push git hook).
License
-------
This software is licnesed under the MIT licese (see the ``LICENSE.txt`` file).
This software is licnesed under the MIT licese (see the :code:`LICENSE.txt`
file).
Author
------
...
...
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