sshca/server/src
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
..
server server: host: Remove alias request parameter 2023-11-04 16:37:19 -05:00
auth.rs Initial commit 2023-11-04 16:36:20 -05:00
ca.rs ca: Add support for encrypted private keys 2023-11-04 16:37:18 -05:00
config.rs ca: Add support for encrypted private keys 2023-11-04 16:37:18 -05:00
lib.rs Initial commit 2023-11-04 16:36:20 -05:00
libvirt.rs Initial commit 2023-11-04 16:36:20 -05:00
machine_id.rs Initial commit 2023-11-04 16:36:20 -05:00
main.rs Initial commit 2023-11-04 16:36:20 -05:00