소스 검색

Add note to example about support for multiple CAs

Stephan 5 년 전
부모
커밋
54179617ca
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