mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-01 21:40:32 +00:00
7 lines
373 B
Markdown
7 lines
373 B
Markdown
```
|
|
openssl req -nodes -newkey rsa:2048 -keyout komrade.app.key -out komrade.app.csr -subj "/C=US/ST=California/L=Weed/O=Marx Zuckerburg Industries/OU=Augmentation Research Center/CN=komrade.app"
|
|
|
|
|
|
openssl req -nodes -newkey rsa:2048 -keyout komrade.app.key -subj "/C=US/ST=California/L=Weed/O=Marx Zuckerburg Industries/OU=Augmentation Research Center/CN=komrade.app"
|
|
|
|
``` |