Actions
Feature #10777
closedChange default certificate signing algorithm to sha256WithRSAEncryption
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Currently the default singing algorithm for certificates is hard-coded to sha1WithRSAEncryption. This has been deprecated and browsers are now raising alerts when certificates are signed with this algorithm and expire after 12/31/2016.
sha256WithRSAEncryption would be preferential.
Actions