hosts: Add git0.pyrocufflink.blue
*git0.pyrocufflink.blue* hosts Gitea.
This commit is contained in:
19
roles/apache/files/git0.pyrocufflink.blue.cnf
Normal file
19
roles/apache/files/git0.pyrocufflink.blue.cnf
Normal file
@@ -0,0 +1,19 @@
|
||||
# vim: set ft=dosini :
|
||||
|
||||
[req]
|
||||
prompt = no
|
||||
default_md = sha256
|
||||
distinguished_name = req_distinguished_name
|
||||
req_extensions = req_extensions
|
||||
|
||||
[req_distinguished_name]
|
||||
countryName = US
|
||||
organizationName = Dustin C. Hatch
|
||||
commonName = git.pyrocufflink.blue
|
||||
|
||||
[req_extensions]
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
DNS.0 = git.pyrocufflink.blue
|
||||
DNS.1 = git.pyrocufflink.net
|
||||
Reference in New Issue
Block a user