Add note to example about support for multiple CAs
This commit is contained in:
parent
d68a039838
commit
54179617ca
|
@ -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 defines the location of credentials for this node. Each of these can also be inlined by using the yaml ": |" syntax.
|
||||||
pki:
|
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
|
ca: /etc/nebula/ca.crt
|
||||||
cert: /etc/nebula/host.crt
|
cert: /etc/nebula/host.crt
|
||||||
key: /etc/nebula/host.key
|
key: /etc/nebula/host.key
|
||||||
|
|
Loading…
Reference in New Issue