Skip to content

Commit

Permalink
Update SAML2Configuration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Oct 16, 2019
1 parent 9a4c82c commit 26a72a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ private X509Certificate createSelfSignedCert(X500Name dn, String sigName, Algori

final Calendar c = Calendar.getInstance();
c.setTime(new Date());
c.add(Calendar.YEAR, 1);
c.add(Calendar.YEAR, 20);
certGen.setEndDate(new Time(c.getTime()));

certGen.setSignature(sigAlgID);
Expand Down

0 comments on commit 26a72a2

Please sign in to comment.