Skip to content

Instantly share code, notes, and snippets.

@innovia
Last active March 12, 2019 12:18
hosts section on consul_csr
{
"CN": "server.dc1.cluster.local",
"hosts": [
"server.dc1.cluster.local",
"127.0.0.1",
"consul.default.svc.cluster.local",
"vault.default.svc.cluster.local"
],
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "US",
"L": "NewYork",
"O": "Innvoia",
"OU": "Consul",
"ST": "NewYork"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment