Online SSH Certificate Authority
 
 
 
Go to file
Dustin 87d37aebaf server: Cache machine IDs for 60 seconds
Since hosts have multiple keys that they will want to have signed, they
will need to make multiple requests, either sequentially or in parallel.
Since each request must be authenticated individually, this would result
in a libvirt connection and lookup for each one.  To avoid this
overhead, the server will now cache machine IDs in memory for 60
seconds.
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: Cache machine IDs for 60 seconds 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