Update TLS doc to use example signer for arbitrary https server

This commit is contained in:
Jordan Liggitt
2022-02-01 12:00:01 -05:00
parent 5313a873f2
commit 111c3eaabe
2 changed files with 145 additions and 27 deletions
@@ -0,0 +1,15 @@
{
"signing": {
"default": {
"usages": [
"digital signature",
"key encipherment",
"server auth"
],
"expiry": "876000h",
"ca_constraint": {
"is_ca": false
}
}
}
}