Add Git commit and tag signing to Inferencium repositories globally.

This commit is contained in:
inference 2023-05-03 21:03:40 +01:00
parent fc2cdd7af4
commit cd27029c6c
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,10 +4,25 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 2.0.0.2
# Version: 3.0.0.3
# Inferencium
[commit]
gpgSign = true
[tag]
gpgSign = true
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = ~/.ssh/allowed_signers
[user]
name = inference
email = admin@inferencium.net