mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
6 lines
No EOL
212 B
Bash
6 lines
No EOL
212 B
Bash
#!/bin/bash
|
|
openssl req -x509 -newkey rsa:4096 \
|
|
-keyout key.pem -out cert.pem \
|
|
-days 365 -nodes -subj "/C=US/ST=California/L=Sunnyvale/O=AppFlowy,Inc./CN=appflowy.io" \
|
|
|
|
openssl x509 -in cert.pem -text -noout |