Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
certman
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
Container registry
Model registry
Operate
Environments
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
IML Open Source
certman
Commits
19328290
Commit
19328290
authored
4 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
7b6b2981
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+29
-6
29 additions, 6 deletions
readme.md
with
29 additions
and
6 deletions
readme.md
+
29
−
6
View file @
19328290
# iml-certman
Wrapper for acme.sh to create Let's Encrypt certificates based on CSR files using DNS authentication
Wrapper for
**acme.sh**
to create Let's Encrypt certificates based on CSR files using DNS authentication.
It was written to create/ renew all needed certificates at a central system to deploy it from there (Ansible, Puppet, ...).
source:
<https://git-repo.iml.unibe.ch/open-source/iml-certman>
license: GNU GPL 3.0
<http://www.gnu.org/licenses/gpl-3.0.html>
## Installation
...
...
@@ -11,16 +13,38 @@ source: <https://git-repo.iml.unibe.ch/open-source/iml-certman>
*
Make your changes by copying
*
dist files to file without ".dist" extension and edit
*
inc_config.sh
*
set credentials for dns api
*
set path to acme.sh script
*
set path to acme.sh script
; the default is a relative path for the suggested contellation below.
*
optional: set custom target for generated certificates
*
optional: for testing enable Let's Encrypt stage server to prevent running into weekly limits during tests
*
templates/csr.txt
*
set location, company and department
Verify setup with
``./cm.sh selftest``
A suggested structure is having acme.sh and this wrapper below the same parent directory, i.e.
```
text
/opt/letsenecrypt/
|
+-- acms.sh/
| |
| + acms.sh
| + ...
|
+-- iml-certman/
|
+-- certs/
+-- csr/
+-- templates/
+ cm.sh
+ inc_config.sh
+ ...
```
## Usage
Without any parameter it shows a help.
Verify a new setup (or changes in the config) with
``./cm.sh selftest``
.
```
text
./cm.sh
...
...
@@ -31,10 +55,9 @@ _______________________________________________________________________________
_______________________________________________________________________________
DEBUG: Using L
E
STAGE environment ...
DEBUG: Using L
et's Encrypt
STAGE environment ...
DEBUG: You can test and mess around. Do not use certs in production.
HELP
The basic syntax is
...
...
@@ -82,7 +105,7 @@ other ACTIONs
check of health with current setup and requirements.
This command is helpful for initial setups.
DEBUG: Using L
E
STAGE environment ...
DEBUG: Using L
et's Encrypt
STAGE environment ...
DEBUG: You can test and mess around. Do not use certs in production.
```
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