Skip to content

Commit c4ab977

Browse files
Merge pull request #311597 from raghavendermareddy/patch-284971
Fix command syntax for openssl in documentation
2 parents 57c5c41 + 8a8bfe8 commit c4ab977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/expressroute/expressroute-howto-routing-portal-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ When you configure public IP address prefixes to advertise over BGP, Microsoft v
9898
```bash
9999
# Generate a private key using openssl:
100100

101-
openssl.exe genpkey -algorithm rsa -out privkey.pem -pkeyopt rsa_keygen_bits:4096
101+
openssl genpkey -algorithm rsa -out privkey.pem -pkeyopt rsa_keygen_bits:4096
102102

103103
# Generate the corresponding public key:
104104

0 commit comments

Comments
 (0)