Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Release v1.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-Fluent committed Sep 28, 2020
1 parent 88f771e commit a5e9de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.30.0</version>
<version>1.36.3</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ public static void createCertificate(String certPath, String pfxPath,
"-keystore", pfxPath, "-storepass", password, "-validity",
validityInDays, "-keyalg", keyAlg, "-sigalg", sigAlg, "-keysize", keySize,
"-storetype", storeType, "-dname", "CN=" + cnName, "-ext", "EKU=1.3.6.1.5.5.7.3.1"};
Utils.cmdInvocation(commandArgs, false);
Utils.cmdInvocation(commandArgs, true);

// Create cer file i.e. extract public key from pfx
File pfxFile = new File(pfxPath);
Expand Down

0 comments on commit a5e9de4

Please sign in to comment.