Skip to content

Commit 7ddf9b0

Browse files
author
Hovsep
authored
Update ManageApplicationGateway.java
1 parent ab104c5 commit 7ddf9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/microsoft/azure/management/network/samples/ManageApplicationGateway.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public static void main(String[] args) {
270270
.defineRequestRoutingRule("HTTPs-443-to-8080")
271271
.fromPublicFrontend()
272272
.fromFrontendHttpsPort(443)
273-
.withSslCertificateFromPfxFile(new File("myTest.pfx"))
273+
.withSslCertificateFromPfxFile(new File("myTest._pfx"))
274274
.withSslCertificatePassword("Abc123")
275275
.toBackendHttpPort(8080)
276276
.toBackendIpAddress(ipAddresses[1][0])
@@ -301,7 +301,7 @@ public static void main(String[] args) {
301301
.defineRequestRoutingRule("HTTPs-1443-to-8080")
302302
.fromPublicFrontend()
303303
.fromFrontendHttpsPort(1443)
304-
.withSslCertificateFromPfxFile(new File("myTest2.pfx"))
304+
.withSslCertificateFromPfxFile(new File("myTest2._pfx"))
305305
.withSslCertificatePassword("Abc123")
306306
.toBackendHttpPort(8080)
307307
.toBackendIpAddress(ipAddresses[0][0])

0 commit comments

Comments
 (0)