We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77eb0e commit fc1d967Copy full SHA for fc1d967
src/test/java/application/CreateCertificateTest.java
@@ -79,7 +79,7 @@ public void setup(@TempDir Path tempDir) throws Exception {
79
80
certificateController = new CertificateTabController(new CertificateTab());
81
certificateController.exportCertificate(certificate, outputFileCertificate);
82
- certificateController.exportPrivateKey(certificate, outputFilePrivateKey);
+ certificateController.exportPrivateKeyPemFormat(certificate, outputFilePrivateKey);
83
84
assertEquals(subject, certificate.getIssuer());
85
}
0 commit comments