Support git signing with x.509 certificates #36219
Labels
core:git
Related to our git platform layer
priority-2-high
Bugs impacting wide number of users or very important features
Describe the proposed change(s).
Today Renovate supports GPG signing of git commits using
openpgp
format. This logic exists inlib/util/git/private-key.ts
Renovate should be extended to also support x.509 certificates for signing. We should reuse
gitPrivateKey
and automatically detect (and log) whether it's GPG or x.509.gpgsm
and any other tools will be added to the Renovate environment/image if needed.The text was updated successfully, but these errors were encountered: