initial
This commit is contained in:
11
scripts/create-cert.sh
Normal file
11
scripts/create-cert.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p ../cert
|
||||
|
||||
MSYS_NO_PATHCONV=1 openssl req -x509 \
|
||||
-newkey rsa:4096 \
|
||||
-keyout ../cert/key.pem \
|
||||
-out ../cert/cert.pem \
|
||||
-days 365 \
|
||||
-nodes \
|
||||
-subj "//CN=appRobotControlScara"
|
||||
Reference in New Issue
Block a user