Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Dec 11, 2024
1 parent 62de93f commit 22e662e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ You must provide a certificate ID (`<cert-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 ("""<public-key>""").
- With the REST API, you must enclose the public key with double quotes (""<public-key>"").
- You must enclose the public key in the NVUE command with three quotes (`"""<public-key>"""`).
- With the REST API, you must enclose the public key with double quotes (`""<public-key>""`).
{{%/notice%}}

```
Expand Down

0 comments on commit 22e662e

Please sign in to comment.