Skip to content

Commit

Permalink
omit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Nov 7, 2024
1 parent 1aceb84 commit 91cc10d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openssl/p10cr.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
rem PS C:\Users\maxim\Downloads> ./p10cr-win.ps1 2>null

c:\Progra~1\OpenSSL-Win64\bin\openssl.exe ecparam -name secp384r1 -genkey | Out-File -Encoding utf8 "1.txt"
c:\Progra~1\OpenSSL-Win64\bin\openssl.exe req -passout pass:0 -new -key 1.txt -keyout dima.key.enc -out dima.csr -subj "/C=FI/ST=Helsinki/O=AR.VO/CN=Dima"
c:\Progra~1\OpenSSL-Win64\bin\openssl.exe req -passout pass:0 -new -key 1.txt -keyout dima.key.enc -out dima.csr -subj "/C=FI/ST=Helsinki/O=AR.VO/CN=Dima" 2>null
c:\Progra~1\OpenSSL-Win64/bin/openssl.exe cmp -cmd p10cr -server http://ca.synrc.com:8829/ -secret pass:0000 -ref cmptestp10cr -certout dima.pem -csr dima.csr

0 comments on commit 91cc10d

Please sign in to comment.