certs: Add certificates submodule
The *certs* repository contains certificates issued by Let's Encrypt automatically using Lego. A Jenkins job runs daily to renew these certificates as needed, and commit updated certificate files to the repository. To deploy these certificates to the applications that use them, jobs will need to be scheduled to apply configuration policy for those applications regularly. Using symlinks to the files in this submodule, Ansible can deploy those files whenever they change.
This commit is contained in:
1
.certs
Submodule
1
.certs
Submodule
Submodule .certs added at 2f9f9ac148
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule ".certs"]
|
||||
path = .certs
|
||||
url = gitea@git.pyrocufflink.blue:dustin/certs.git
|
||||
1
certs/lego
Symbolic link
1
certs/lego
Symbolic link
@@ -0,0 +1 @@
|
||||
../.certs/certificates
|
||||
Reference in New Issue
Block a user