Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation Request: Usage example with CSRs #76
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
It is capable and better docs are coming. quick version:
you then ship the public key to the ca host and run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current README documentation involves generating keys and certificates on the CA host, then shipping the key+cert+config to the new client node. Generally speaking a better pattern would be to generate a key and certificate signing request on the client node, then ship the CSR to the CA host and sign a cert, then ship cert/config back to the client node.
If Nebula is capable of handling that pattern, could the README example be updated for it?