Last active
March 12, 2019 12:18
-
-
Save innovia/197b6e6abc46eda936d5167dd874747b to your computer and use it in GitHub Desktop.
hosts section on consul_csr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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