remove placeholder from certificates
This commit is contained in:
parent
802ff17d46
commit
8a65299ad1
3 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,7 +10,6 @@ logs/certbot/*
|
|||
|
||||
# ignore generated certificates for haproxy
|
||||
data/certificates/*
|
||||
!data/certificates/.placeholder
|
||||
|
||||
# ignore rtmp directories
|
||||
data/rtmp/hls/*
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p data/certificates
|
||||
cd data/certificates
|
||||
openssl genrsa -out default.key 2048
|
||||
openssl req -new -key default.key -out default.csr
|
||||
|
|
Loading…
Add table
Reference in a new issue