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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
certman
Merge requests
!1
Handle dns alias domain
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Handle dns alias domain
5213-handle-dns-alias-domain
into
master
Overview
0
Commits
8
Pipelines
0
Changes
4
Merged
Hahn Axel (hahn)
requested to merge
5213-handle-dns-alias-domain
into
master
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
4
replace method of using a pre generated csr and key file
add domain alias method by detecting a HOME domain ...
Edited
3 years ago
by
Hahn Axel (hahn)
0
0
Merge request reports
Viewing commit
6dec28c4
Prev
Next
Show latest version
4 files
+
16
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
6dec28c4
update docs
· 6dec28c4
Hahn Axel (hahn)
authored
3 years ago
docs/10_Home.md
+
9
−
2
View file @ 6dec28c4
Edit in single-file editor
Open in Web IDE
#
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
Loading