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
6dec28c4
Commit
6dec28c4
authored
3 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
b0aa8236
Branches
Branches containing commit
No related tags found
1 merge request
!1
Handle dns alias domain
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/10_Home.md
+9
-2
9 additions, 2 deletions
docs/10_Home.md
docs/20_Installation.md
+1
-2
1 addition, 2 deletions
docs/20_Installation.md
readme.md
+2
-2
2 additions, 2 deletions
readme.md
templates/readme.md
+4
-0
4 additions, 0 deletions
templates/readme.md
with
16 additions
and
6 deletions
docs/10_Home.md
+
9
−
2
View file @
6dec28c4
#
iml-
certman
#
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 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>
## Requirements
*
bash
*
openssl
*
curl
*
acme.sh client
This diff is collapsed.
Click to expand it.
docs/20_Installation.md
+
1
−
2
View file @
6dec28c4
...
...
@@ -10,7 +10,7 @@
*
optional: set custom target for generated certificates
*
optional: for testing enable Let's Encrypt stage server to prevent running into weekly limits during tests
*
optional: set a filter that must match to new certificate and all aliases
*
templates/csr.txt
*
UNUSED:
templates/csr.txt
*
set location, company and department ... remark: (currently?) it is removed by LE
A suggested structure is having acme.sh and this wrapper below the same parent directory, i.e.
...
...
@@ -26,7 +26,6 @@ A suggested structure is having acme.sh and this wrapper below the same parent d
+-- iml-certman/
|
+-- certs/
+-- csr/
+-- templates/
+ cm.sh
+ inc_config.sh
...
...
This diff is collapsed.
Click to expand it.
readme.md
+
2
−
2
View file @
6dec28c4
#
iml-
certman
#
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 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>
...
...
This diff is collapsed.
Click to expand it.
templates/readme.md
0 → 100644
+
4
−
0
View file @
6dec28c4
# CSR template is not used anymore
We added support for authentication with an dns alias.
The CSR template won't be used anymore.
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