CLI client for SSH CA
 
 
 
 
 
Go to file
Dustin f6abf699e8 rpm: Add sshca-cli RPM spec
The *sshca-cli* RPM package can be used to install the SSHCA CLI client
on Fedora (and other RPM-based distributions).  The `.spec` file was
originally generated using [rust2rpm], but several manual modifications
were required.  Notably, the script does not generate `BuildRequres`
tags when run in "vendored" mode (i.e. third-party crate sources are
included in the source RPM package instead of packaged as separate
RPMS).
2023-11-06 18:11:19 -06:00
src cli: Begin CLI client 2023-11-05 10:31:58 -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: Begin CLI client 2023-11-05 10:31:58 -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
sshca-cli.spec rpm: Add sshca-cli RPM spec 2023-11-06 18:11:19 -06:00