You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
187 B
3 lines
187 B
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 \
|
|
-subj "/C=GR/ST=ATTICA/L=Athens/O=swarmlab/CN=hybrid-local.swarmlab.io" \
|
|
-keyout swarmlab.key -out swarmlab.crt
|
|
|