mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 09:09:03 +03:00
4 lines
180 B
Bash
Executable File
4 lines
180 B
Bash
Executable File
#!/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
|