mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-17 03:18:28 +00:00
Test without CA certificate
This commit is contained in:
parent
0feedead34
commit
af1a58e5aa
1 changed files with 0 additions and 9 deletions
|
|
@ -23,12 +23,3 @@ openssl genrsa \
|
||||||
-des3 \
|
-des3 \
|
||||||
-out ca.key 4096 \
|
-out ca.key 4096 \
|
||||||
|
|
||||||
# Generate Certificate Authority certificate
|
|
||||||
openssl req \
|
|
||||||
-passin pass:test42 \
|
|
||||||
-new \
|
|
||||||
-x509 \
|
|
||||||
-days 365 \
|
|
||||||
-key ca.key \
|
|
||||||
-out ca.crt \
|
|
||||||
-subj "/C=CH/ST=Geneva/L=Geneva/O=CertificateAuthority/OU=ExpertDepartment"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue