dufs/tests/data/generate_tls_certs.sh

4 lines
180 B
Bash
Raw Normal View History

2022-06-12 03:43:50 +03:00
#!/usr/bin/env bash
openssl req -subj '/CN=localhost' -x509 -newkey rsa:4096 -keyout key_pkcs8.pem -out cert.pem -nodes -days 3650
openssl rsa -in key_pkcs8.pem -out key_pkcs1.pem