Merge pull request #15 from zeisss/multi-ca

Add note to example about support for multiple CAs
This commit is contained in:
Nathan Brown 2019-11-21 22:52:28 -08:00 committed by GitHub
commit 4f19e1830b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# PKI defines the location of credentials for this node. Each of these can also be inlined by using the yaml ": |" syntax.
pki:
# The CAs that are accepted by this node. Must contain one or more certificates created by 'nebula-cert ca'
ca: /etc/nebula/ca.crt
cert: /etc/nebula/host.crt
key: /etc/nebula/host.key