浏览代码

Merge pull request #15 from zeisss/multi-ca

Add note to example about support for multiple CAs
Nathan Brown 5 年之前
父节点
当前提交
4f19e1830b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/config.yaml

+ 1 - 0
examples/config.yaml

@@ -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