CLI client for SSH CA
 
 
 
 
 
Go to file
Dustin c26d67a25b main: Factor out get_sshca_server_url function
The `get_sshca_server_url` function encapsulates the logic of
identifying the URL of the SSHCA server.  For now, it only considers the
`SSHCA_SERVER` environment variable, but eventually, it will also
support other configuration methods like a configuration file.  Moving
this to a separate function will allow other areas of the code to share
the same logic.
2023-11-20 18:23:35 -06:00
ci ci: Import ci pipeline from original repo 2023-11-13 20:32:03 -06:00
src main: Factor out get_sshca_server_url function 2023-11-20 18:23:35 -06:00
.editorconfig meta: Add .editorconfig 2023-11-13 19:42:53 -06:00
.gitattributes cli: Begin CLI client 2023-11-05 10:31:58 -06:00
.gitignore rpm: Add sshca-cli RPM spec 2023-11-06 18:11:19 -06:00
Cargo.lock cli: Begin CLI client 2023-11-05 10:31:58 -06:00
Cargo.toml cli: Bump to v0.1.1 2023-11-12 18:23:18 -06:00
LICENSE-Apache-2.0.txt cli: Begin CLI client 2023-11-05 10:31:58 -06:00
LICENSE-MIT.txt cli: Begin CLI client 2023-11-05 10:31:58 -06:00
Makefile rpm: Add sshca-cli RPM spec 2023-11-06 18:11:19 -06:00
rustfmt.toml cli: Begin CLI client 2023-11-05 10:31:58 -06:00
ssh-host-cert-sign@.service rpm: Add systemd service/target/timer units 2023-11-06 18:34:20 -06:00
ssh-host-certs-renew.target rpm: Add systemd service/target/timer units 2023-11-06 18:34:20 -06:00
ssh-host-certs-renew.timer rpm: Add systemd service/target/timer units 2023-11-06 18:34:20 -06:00
ssh-host-certs.target rpm: Add systemd service/target/timer units 2023-11-06 18:34:20 -06:00
sshca-cli.spec cli: Bump to v0.1.1 2023-11-12 18:23:18 -06:00