Skip to content

Commit 37403f5

Browse files
Merge pull request #264951 from duongau/patch-1
ExpressRoute - MACSec configuration - add CAK length requirements
2 parents 65ecc39 + 5200ca0 commit 37403f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/expressroute/expressroute-howto-macsec.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ Follow these steps to begin the configuration:
8888
```
8989
9090
> [!NOTE]
91-
> CKN must be an even-length string up to 64 hexadecimal digits (0-9, A-F).
92-
>
93-
> CAK length depends on cipher suite specified:
94-
> * For GcmAes128 and GcmAesXpn128, the CAK must be an even-length string with 32 hexadecimal digits (0-9, A-F).
95-
> * For GcmAes256 and GcmAesXpn256, the CAK must be an even-length string with 64 hexadecimal digits (0-9, A-F).
91+
> * CKN must be an even-length string up to 64 hexadecimal digits (0-9, A-F).
92+
> * CAK length depends on cipher suite specified:
93+
> * For GcmAes128 and GcmAesXpn128, the CAK must be an even-length string with 32 hexadecimal digits (0-9, A-F).
94+
> * For GcmAes256 and GcmAesXpn256, the CAK must be an even-length string with 64 hexadecimal digits (0-9, A-F).
95+
> * For CAK, the full length of the key must be used. If the key is shorter than the required length then `0's` will be added to the end of the key to meet the length requirement. For example, CAK of 1234 will be 12340000... for both 128-bit and 256-bit based on the cipher.
9696
9797
1. Grant the user identity the authorization to perform the `GET` operation.
9898

0 commit comments

Comments
 (0)