Skip to content
Snippets Groups Projects

feat: x509 signed commits using openssl

Merged Roger Meier requested to merge siemens/gitlab:feat/x509-signed-commits into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -327,6 +327,8 @@ def signature
@signature = gpg_commit.signature
when :x509
@signature = x509_commit.signature
else
nil
end
end
Loading