diff options
author | Fedor Indutny <fedor@indutny.com> | 2018-08-07 19:41:05 -0400 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2018-08-13 20:59:17 +1000 |
commit | 58b9497ca83515c208048e177baed59696260aaf (patch) | |
tree | f473ed8633fd54618a6c8bff55d1b69d383abb1b /test/fixtures/keys/dh512.pem | |
parent | 9863e11ea8bd7af80a2258c5fe8b1468914ae617 (diff) | |
download | node-new-58b9497ca83515c208048e177baed59696260aaf.tar.gz |
test: update certificates and private keys
The certificates in test fixtures were set to expire in 999 days since
they were generated. That time has passed, and they have to be reissued.
Bump expiration time to 99999 days for all of them to prevent this from
happening again in near future.
PR-URL: https://github.com/nodejs/node/pull/22184
Fixes: https://github.com/nodejs/node/issues/22182
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'test/fixtures/keys/dh512.pem')
-rw-r--r-- | test/fixtures/keys/dh512.pem | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/keys/dh512.pem b/test/fixtures/keys/dh512.pem index dcab8db9fb..de17bcc3c7 100644 --- a/test/fixtures/keys/dh512.pem +++ b/test/fixtures/keys/dh512.pem @@ -1,4 +1,4 @@ -----BEGIN DH PARAMETERS----- -MEYCQQDpl3okBAjG92NSOaQEsIyqzvJRN06yHuGXunxYVIqxg7TnU8DBZW0ZYyiJ -rJLRA/9b9dCk5DXpq1pFGoAkYLoDAgEC +MEYCQQCyJYaQNCz0LyNQXKPNKZMq4pcvSNlxZvNLLtdixaA2SYj4nbIxOSths0Nu +ao2AsGzSfAAtMUn1WEKE4VIxzW0rAgEC -----END DH PARAMETERS----- |