Add directory for TLS certificates.

And add it to .gitignore so its contents do not get committed
by accident.
This commit is contained in:
D. Berge
2021-10-03 21:41:20 +02:00
parent 6debf5c355
commit 8da664a025
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -10,3 +10,4 @@ lib/www/client/source/dist/
lib/www/client/dist/
etc/surveys/*.yaml
!etc/surveys/_*.yaml
etc/ssl/*

3
etc/ssl/README.md Normal file
View 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!).