diff --git a/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-API.md b/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-API.md index 4c3e6d3b84..8bb8bb7f33 100644 --- a/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-API.md +++ b/content/cumulus-linux-512/System-Configuration/NVIDIA-User-Experience-NVUE/NVUE-API.md @@ -78,8 +78,8 @@ You must provide a certificate ID (``) to uniquely identify the certifi The following example imports a CA certificate with a public key and calls the certificate `tls-cert-1`. The certificate is passphrase protected with `mypassphrase`. The public key is a Base64 ASCII encoded PEM string. {{%notice note%}} -- You must enclose the public key in the NVUE command with three quotes (""""""). -- With the REST API, you must enclose the public key with double quotes (""""). +- You must enclose the public key in the NVUE command with three quotes (`""""""`). +- With the REST API, you must enclose the public key with double quotes (`""""`). {{%/notice%}} ```