We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48123f5 commit 9bc1ad6Copy full SHA for 9bc1ad6
1 file changed
01-CreateSelfSignedCert-Test.cmd
@@ -7,9 +7,10 @@ SET ValidityDays=1095
7
SET SHABits=256
8
9
REM *** Configurazioni ***
10
+SET CertsPath=%~dp0Certs
11
SET OpenSSBinPath=%~dp0OpenSSL\OpenSSL-Win64-1_1_0e\bin
12
SET OPENSSL_CONF=%OpenSSBinPath%\openssl.cfg
-SET CertsPath=%~dp0Certs
13
+SET HOME=%CertsPath%
14
15
CLS
16
@ECHO OFF
0 commit comments