-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Database Certificate Authority. New CA is used by Database Access to sign database certificates making them independent from Host CA. Co-authored-by: Marek Smoliński <[email protected]>
- Loading branch information
1 parent
8a0e59a
commit 1aa38f4
Showing
38 changed files
with
1,730 additions
and
871 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<Admonition type="note" title="Certificate Rotation"> | ||
Teleport signs database certificates with the host authority. As such, | ||
when performing [host certificates rotation](../../setup/operations/ca-rotation.mdx), | ||
the database certificates must be updated as well. | ||
Teleport 9.1 introduced new database certificate authority that is only used by Database Access. | ||
Older Teleport versions uses host certificate to sign Database Access certificates. | ||
After upgrading to Teleport 9.1 the host certificate authority will be still used by Database Access to maintain compatibility. | ||
The first [certificate rotation](../../setup/operations/ca-rotation.mdx) will rotate host and database certificates. | ||
New Teleport 9.1+ installations generate database certificate authority on the first start and they are not affected | ||
by the rotation procedure described above. | ||
</Admonition> |
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
Oops, something went wrong.