Skip to content

Commit

Permalink
[JENKINS-73335] add support for certificates that are not PKCS12 form…
Browse files Browse the repository at this point in the history
…atted

Provides an alternative method for entering Certificate credentials,
required when running in FIPS as we can not use PKCS12
  • Loading branch information
jtnord committed Jul 5, 2024
1 parent 56f5ca3 commit 462e240
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 77 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,12 @@
<artifactId>configuration-as-code</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
<!-- https://github.com/jenkinsci/bouncycastle-api-plugin/pull/152 -->
<version>2.30.1.78.1-238.v991b_a_c571a_29</version>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.mockito</groupId>
Expand Down
Loading

0 comments on commit 462e240

Please sign in to comment.