git: add .gitsigners file and document how to use

main
Aydin Mercan 2022-09-03 21:41:59 +03:00
parent a8dcc537b4
commit eb24ca0579
Signed by: jaiden
SSH Key Fingerprint: SHA256:vy6hjzotbn/MWZAbjzURNk3NL62EPkjoHsJ5xr/s7nk
2 changed files with 11 additions and 0 deletions

1
.gitsigners Normal file
View File

@ -0,0 +1 @@
aydin@mercan.dev sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAILLr2NFDIXvtO32wLsdMaycO7jYHjd1tydv3ClA7B/yxAAAAB3NzaDpnaXQ=

View File

@ -9,6 +9,16 @@ Use and extend BearSSL in Rust.
* `bearssl`: Higher level code for easier use in servers, clients, etc.
* Versions below `0.0.2` are unrelated to this crate.
## Development
We prefer commit signing via SSH. The allowed signers are listed in `.gitsigners`.
To verify, a gitconfig entry such as the following is likely needed:
```ini
[gpg.ssh]
allowedSignersFile = .gitsigners
```
## License
All crates in this repository are available under `BSD-3-Clause`.