cloudtools / ssh-cert-authority

An implementation of an SSH certificate authority.
BSD 2-Clause "Simplified" License
728 stars 71 forks source link

Support wildcard for AuthorizedUser, AuthorizedSigner #40

Open Arvanaghi opened 5 years ago

Arvanaghi commented 5 years ago

Support a wildcard AuthorizedUser and a wildcard AuthorizedSigner

bobveznat commented 5 years ago

Hey thanks for contributing to the project. Is this change basically making things so that anyone can request and sign certificates?

Off the top of my head I'm not totally sure why you would want to do this, can you explain? And then would you mind updating at least the README to document how this works and why someone would do this?