Add public key to configuration

This commit is contained in:
Alex D. 2021-06-16 15:40:47 +00:00
parent 66119adcb7
commit b494347e65
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ makedepends="fastd"
build() {
printf 'secret "%s";\n' "$(fastd --generate-key --machine-readable)" > secret.conf
printf '# PubKey %s\n' "$(fastd -c secret.conf --show-key --machine-readable)" >> secret.conf
}
package() {