Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bed3315

Browse files
committedMar 29, 2022
fix cert section
1 parent df08faf commit bed3315

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎articles/virtual-network/ip-services/create-custom-ip-address-prefix-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following steps show the steps required to prepare sample customer range (1.
9090
9191
After the public comments are filled out, the Whois/RDAP record should look like the example below. Ensure there aren't spaces or carriage returns. Include all dashes:
9292
93-
Comment:-----BEGIN CERTIFICATE-----MIIECTCCAvGgAwIBAgIUJp9dQ+IW2W7JrJgUR4jBlDYvbtYwDQYJKoZIhvcNAQELBQAwgZMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApXYXNoaW5ndG9uMRAwDgYDVQQHDAdSZWRtb25kMRAwDgYDVQQKDAdDb250b3NvMQswCQYDVQQLDAJJVDEdMBsGA1UEAwwUY3VzdG9taXAuY29udG9zby5jb20xHzAdBgkqhkiG9w0BCQEWEHVzZXJAY29udG9zby5jb20wHhcNMjIwMzI4MTkzMzMxWhcNMjIwOTI0MTkzMzMxWjCBkzELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1JlZG1vbmQxEDAOBgNVBAoMB0NvbnRvc28xCzAJBgNVBAsMAklUMR0wGwYDVQQDDBRjdXN0b21pcC5jb250b3NvLmNvbTEfMB0GCSqGSIb3DQEJARYQdXNlckBjb250b3NvLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALQTbyVmqO9dN9eOpuKyd+5hUM9l0RBsBTsi4vuIyxglh/5dr+/S+G2I3mlZIoqXIVOogLuGvCpNjzXrf0Q6dfDdycwDvrb12EJSD70afpe1mXGXjnrmrxUe+cNo6y///gI3g1gbnl65Vs6VFyXXLPY6EfeXBSS9kAksfv2c0Zj3XRJvqcPqcdMpdPeHwKQqZdZNDe2bVYOG/Lbj/I1+H7i4JtYXzGdOOk6UCYggnWjQpd0QYNj2HzhtFaw57ZBWAy1MvOIXd/NtpXNOel8EahzBKaLaOqDrNHHR85b07V8EI0V/I5kgvXhceEmJQb77P5CibZkLCNJdS48T5qHXJzECAwEAAaNTMFEwHQYDVR0OBBYEFKrvzRzToN0Lf5dKwCL9NgQ9kKQTMB8GA1UdIwQYMBaAFKrvzRzToN0Lf5dKwCL9NgQ9kKQTMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAKYYsyvMgF4MuHd3uvFQi7SoakLVGsWIALniu3bswsaMTGOqjhRHPDFMhqR+D4YMY0wC4sPN1+dCfDbMN4fN3WW5bTkpNDUrFTbncV6bl+Ih/gvrEn5bNwlVOixl2g9CZPoxUfPyu3VWtM/PeDikufQd21EagrgDHK4mRGB+778UEwGjXgt1fb7BKyiR7dWcnepUE70iZTcthlEmmoW3rVcoZRChmH0vcB15XNdQ+a5TDd4ci43YLdffDkyfUsuMEHQSag0q9yJjsF7B1II64EitjVO/sdJhaYvc9Fb4EmjbVpplxp0BYOcix2EUKrmvgEyycVpQoV9FRAkFRqVhpYU=-----END CERTIFICATE-----
93+
:::image type="content" source="./media/create-custom-ip-address-prefix-portal/certificate-example.png" alt-text="Screenshot of create custom IP prefix page in Azure portal.":::
9494
9595
3. To create the message that will be passed to Microsoft, create a string that contains relevant information about your prefix and subscription. Sign this message with the key pair generated in the steps above. Use the format shown below, substituting your subscription ID, prefix to be provisioned, and expiration date matching the Validity Date on the ROA. Ensure the format is in that order.
9696

0 commit comments

Comments
 (0)
Please sign in to comment.