mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:07:09 +00:00
Add directory for TLS certificates.
And add it to .gitignore so its contents do not get committed by accident.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@ lib/www/client/source/dist/
|
|||||||
lib/www/client/dist/
|
lib/www/client/dist/
|
||||||
etc/surveys/*.yaml
|
etc/surveys/*.yaml
|
||||||
!etc/surveys/_*.yaml
|
!etc/surveys/_*.yaml
|
||||||
|
etc/ssl/*
|
||||||
|
|||||||
3
etc/ssl/README.md
Normal file
3
etc/ssl/README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# TLS certificates directory
|
||||||
|
|
||||||
|
Drop TLS certificates required by Dougal in this directory. It is excluded by [`.gitignore`](../../.gitignore) so its contents should never be committed by accident (and shouldn't be committed on purpose!).
|
||||||
Reference in New Issue
Block a user