Skip to content

Commit

Permalink
Merge pull request #28 from Sitecore/dev
Browse files Browse the repository at this point in the history
Get-SitecoreCertificateAsBase64String default key length update
  • Loading branch information
nickwesselman authored Oct 28, 2021
2 parents 68e24f3 + bbcd748 commit a569a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Get-SitecoreCertificateAsBase64String
[Parameter()]
[ValidateSet(512, 1024, 2048, 4096)]
[int]
$KeyLength = 1024
$KeyLength = 2048
)

$certRequest = [System.Security.Cryptography.X509Certificates.CertificateRequest]::new(
Expand Down

0 comments on commit a569a26

Please sign in to comment.