Skip to content

Commit 39532bd

Browse files
authored
Merge pull request #1 from apollo2k4/patch-1
type fix
2 parents 984dbf1 + 59f7f55 commit 39532bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createcert.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
:: Creates the cert
22
if not exist "%~dp0certificate.pem" openssl req -newkey rsa:4096 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
33
:: Save output files & pwd in keepass under TLSKEY
4-
if not exist "%~certificate.p12" openssl pkcs12 -inkey key.pem -in certificate.pem -export -out certificate.p12
4+
if not exist "%~dp0certificate.p12" openssl pkcs12 -inkey key.pem -in certificate.pem -export -out certificate.p12

0 commit comments

Comments
 (0)