Skip to content

Commit 9bc1ad6

Browse files
authored
Add files via upload
1 parent 48123f5 commit 9bc1ad6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

01-CreateSelfSignedCert-Test.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ SET ValidityDays=1095
77
SET SHABits=256
88

99
REM *** Configurazioni ***
10+
SET CertsPath=%~dp0Certs
1011
SET OpenSSBinPath=%~dp0OpenSSL\OpenSSL-Win64-1_1_0e\bin
1112
SET OPENSSL_CONF=%OpenSSBinPath%\openssl.cfg
12-
SET CertsPath=%~dp0Certs
13+
SET HOME=%CertsPath%
1314

1415
CLS
1516
@ECHO OFF

0 commit comments

Comments
 (0)