File tree 1 file changed +2
-2
lines changed
src/main/java/com/microsoft/azure/management/network/samples
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ public static void main(String[] args) {
270
270
.defineRequestRoutingRule ("HTTPs-443-to-8080" )
271
271
.fromPublicFrontend ()
272
272
.fromFrontendHttpsPort (443 )
273
- .withSslCertificateFromPfxFile (new File ("myTest.pfx " ))
273
+ .withSslCertificateFromPfxFile (new File ("myTest._pfx " ))
274
274
.withSslCertificatePassword ("Abc123" )
275
275
.toBackendHttpPort (8080 )
276
276
.toBackendIpAddress (ipAddresses [1 ][0 ])
@@ -301,7 +301,7 @@ public static void main(String[] args) {
301
301
.defineRequestRoutingRule ("HTTPs-1443-to-8080" )
302
302
.fromPublicFrontend ()
303
303
.fromFrontendHttpsPort (1443 )
304
- .withSslCertificateFromPfxFile (new File ("myTest2.pfx " ))
304
+ .withSslCertificateFromPfxFile (new File ("myTest2._pfx " ))
305
305
.withSslCertificatePassword ("Abc123" )
306
306
.toBackendHttpPort (8080 )
307
307
.toBackendIpAddress (ipAddresses [0 ][0 ])
You can’t perform that action at this time.
0 commit comments