File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/keyfactor/command/scenarios Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 <url >https://github.com/Keyfactor/keyfactor-java-client-sdk</url >
1010 <description >Keyfactor Command Java SDK</description >
1111 <scm >
12- <connection >scm:git:git@github.com:openapitools/openapi-generator .git</connection >
13- <developerConnection >scm:git:git@github.com:openapitools/openapi-generator .git</developerConnection >
14- <url >https:// github.com/openapitools/openapi-generator </url >
12+ <connection >scm:git:git@github.com:Keyfactor/keyfactor-java-client-sdk .git</connection >
13+ <developerConnection >scm:git:git@github.com:Keyfactor/keyfactor-java-client-sdk .git</developerConnection >
14+ <url >git@ github.com:Keyfactor/keyfactor-java-client-sdk.git </url >
1515 </scm >
1616
1717 <licenses >
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public static void main(String[] args) {
214214
215215 Map <String , String > metadata = new HashMap <>();
216216 metadata .put ("Email-Contact" , "johnny@appleseed.com" );
217- String cn = "HaydenJavaTest1 " ;
217+ String cn = "JavaTest1 " ;
218218 List <X509Certificate > certList = new ArrayList <>();
219219 // Enroll 10 certificates
220220 for (int i = 0 ; i < 10 ; i ++) {
You can’t perform that action at this time.
0 commit comments