-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Custom CA for certificate issuing (#438)
previously we have one giant class certificatemanager which has a certificatauthority class which is basically ACM PCA. Now we want to add support for custom ca, without impacting existing contracts/apis on `/v1/certificates prefix`. So a new base class is created so that both acm pca and custom ca can inherit from. other changes are mostly tests and settings along side this.
- Loading branch information
Showing
10 changed files
with
1,482 additions
and
814 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
Oops, something went wrong.