Skip to content

Commit

Permalink
Increase key size (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyDelarosaStar committed May 19, 2022
1 parent 56cbe8a commit de0181b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/http-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function createKeys (cb) {
var opts = {
days: 2048,
algorithm: 'sha256',
keySize: 2048,
extensions: [
{
name: 'subjectAltName',
Expand Down

0 comments on commit de0181b

Please sign in to comment.