Skip to content

Instantly share code, notes, and snippets.

@prafull01
Created May 31, 2018 05:45
Show Gist options
  • Save prafull01/1c0e6dc226e56a9144c93b3e280382f6 to your computer and use it in GitHub Desktop.
Save prafull01/1c0e6dc226e56a9144c93b3e280382f6 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