-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sni) stricter detection and handling of duplicate snis
Previously, if a duplicate sni was detected as part of the 'snis' sugar param, we still created the certificate object, as well as any previously non-existant sni encountered before the conflicting element. This commit prevents creation of orphan entries by checking for the existence all posted snis before creating the certificate and sni objects. This commit also cleans up the naming schemes for admin API certificate routes integration tests (no functional change).
- Loading branch information
Showing
2 changed files
with
198 additions
and
74 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
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