-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4382 from oasisprotocol/tjanez/sentry-client-cert…
…-save go/common/identity: Save re-generated sentry client and node's persistent TLS certificate
- Loading branch information
Showing
4 changed files
with
88 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
go/common/identity: Save re-generated sentry client TLS certificate | ||
|
||
Sentry client TLS certificate is always re-generated from the private key when | ||
the Oasis Node starts. | ||
|
||
Previously, the re-generated sentry client TLS certificate was not saved to | ||
disk, which caused confusion since the on-disk certificate file (i.e. | ||
`sentry_client_tls_identity_cert.pem`) had incorrect/outdated expiry date. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
go/common/identity: Save re-generated node's persistent TLS certificate | ||
|
||
If a node's TLS certificate is persistent, it is always re-generated from the | ||
private key when the Oasis Node starts. | ||
|
||
Previously, the re-generated node's persistent TLS certificate was not saved | ||
to disk, which caused confusion since the on-disk certificate file (i.e. | ||
`tls_identity_cert.pem`) had incorrect/outdated expiry date. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters