Skip to content

Commit 682bafa

Browse files
authored
Merge pull request #33214 from my-git9/exampletls
[zh] Add examples/tls
2 parents cdabbda + 32b87c4 commit 682bafa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"signing": {
3+
"default": {
4+
"usages": [
5+
"digital signature",
6+
"key encipherment",
7+
"server auth"
8+
],
9+
"expiry": "876000h",
10+
"ca_constraint": {
11+
"is_ca": false
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)