sshca/server
Dustin 5dc5b2cc21 server: host: Remove alias request parameter
I realized that allowing hosts to request certificates for arbitrary
aliases sort of defeats the purpose of the authentication process.  If a
host successfully authenticates, there would be nothing stopping it from
requesting a certificate for another host.  I will have to come up with
a different way of specifying aliases.  Probably something like a JSON
map containing pre-assigned aliases for hosts that will need them.
2023-11-04 16:37:19 -05:00
..
examples examples: Add took to generate a JWT for testing 2023-11-04 16:37:19 -05:00
src server: host: Remove alias request parameter 2023-11-04 16:37:19 -05:00
tests Initial commit 2023-11-04 16:36:20 -05:00
.editorconfig Initial commit 2023-11-04 16:36:20 -05:00
.gitattributes Initial commit 2023-11-04 16:36:20 -05:00
.gitignore Initial commit 2023-11-04 16:36:20 -05:00
Cargo.lock ca: Add support for encrypted private keys 2023-11-04 16:37:18 -05:00
Cargo.toml examples: Add took to generate a JWT for testing 2023-11-04 16:37:19 -05:00
rustfmt.toml Initial commit 2023-11-04 16:36:20 -05:00