Добавить 'create-cert.sh'

This commit is contained in:
2021-06-20 16:01:50 +00:00
parent 84eca996b9
commit 8908330158

2
create-cert.sh Normal file
View File

@ -0,0 +1,2 @@
#/bin/bash
openssl req -newkey rsa:4096 -nodes -sha256 -keyout /etc/letsencrypt/tmp/domain/privkey.pem -x509 -days 365 -out /etc/letsencrypt/tmp/domain/fullchain.pem -subj "/C=RU/ST=Moscow/L=Moscow/O=Dis/CN=www.wpstudio.ru"