Online SSH Certificate Authority
 
 
 
Go to file
Dustin fe19559964
dustin/sshca/pipeline/head This commit looks good Details
server: Add /user/ca route
The _GET /user/ca_ operation returns the public key of the user CA.
This can be used by hosts to "bootstrap" their trusted signing keys for
user authentication.
2024-11-09 13:40:03 -06:00
ci ci: Auto deploy latest build of master 2024-02-03 10:07:29 -06:00
examples examples: Add took to generate a JWT for testing 2023-11-04 16:37:19 -05:00
src server: Add /user/ca route 2024-11-09 13:40:03 -06:00
tests server: user: Implement OIDC auth for users 2023-11-21 22:03:02 -06:00
.containerignore server: Add Containerfile 2023-11-08 21:29:00 -06:00
.editorconfig ci: Auto deploy latest build of master 2024-02-03 10:07:29 -06: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 server: user: Implement OIDC auth for users 2023-11-21 22:03:02 -06:00
Cargo.toml server: user: Implement OIDC auth for users 2023-11-21 22:03:02 -06:00
Containerfile container: Install openssl-devel in build stage 2024-01-31 20:35:40 -06:00
rustfmt.toml Initial commit 2023-11-04 16:36:20 -05:00