Replies: 1 comment 2 replies
-
All the changes sound good to me. I agree, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Propose to move the
certificate
object from the AWS extensions to the mainobjects
directory and replace thepem
attribute within it to eitherfingerprint
orcert_uid
(leaning towardsfingerprint
). Within thetls.json
object remove"cert_serial": { "requirement": "optional" }, "cert_uid": { "requirement": "recommended" },
and add the newcertificate
object. Replacedomain
in the TLS object and replace it with a new attributesni
.Beta Was this translation helpful? Give feedback.
All reactions