Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 11, 2020 05:36
Show Gist options
  • Save velotiotech/862259eb1976761fdaff11cc13864807 to your computer and use it in GitHub Desktop.
Save velotiotech/862259eb1976761fdaff11cc13864807 to your computer and use it in GitHub Desktop.
{
"signing": {
"default": {
"expiry": "43800h"
},
"profiles": {
"server": {
"expiry": "43800h",
"usages": [
"signing",
"key encipherment",
"server auth",
"client auth"
]
},
"client": {
"expiry": "43800h",
"usages": [
"signing",
"key encipherment",
"client auth"
]
},
"peer": {
"expiry": "43800h",
"usages": [
"signing",
"key encipherment",
"server auth",
"client auth"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment