diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-08-04 11:54:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:54:54 +0100 |
| commit | 873a388fdb5faeb869881cc780de16c96385e433 (patch) | |
| tree | a45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/pki | |
| parent | 2ea0928fc0277eacb208765ab119055908b8e184 (diff) | |
| download | vyos-documentation-sagitta.tar.gz vyos-documentation-sagitta.zip | |
docs: fix MyST roles used inside eval-rst blocks (#2125)sagitta
* docs: fix MyST roles used inside eval-rst blocks
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/configuration/pki')
| -rw-r--r-- | docs/configuration/pki/index.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/configuration/pki/index.md b/docs/configuration/pki/index.md index d008daaf..005ca8a9 100644 --- a/docs/configuration/pki/index.md +++ b/docs/configuration/pki/index.md @@ -39,14 +39,14 @@ keypairs from an easy to access operational level command. ```{eval-rst} .. opcmd:: generate pki ca - Create a new {abbr}`CA (Certificate Authority)` and output the CAs public and + Create a new :abbr:`CA (Certificate Authority)` and output the CAs public and private key on the console. ``` ```{eval-rst} .. opcmd:: generate pki ca install <name> - Create a new {abbr}`CA (Certificate Authority)` and output the CAs public and + Create a new :abbr:`CA (Certificate Authority)` and output the CAs public and private key on the console. .. include:: pki_cli_import_help.txt @@ -55,14 +55,14 @@ keypairs from an easy to access operational level command. ```{eval-rst} .. opcmd:: generate pki ca sign <ca-name> - Create a new subordinate {abbr}`CA (Certificate Authority)` and sign it using + Create a new subordinate :abbr:`CA (Certificate Authority)` and sign it using the private key referenced by `ca-name`. ``` ```{eval-rst} .. opcmd:: generate pki ca sign <ca-name> install <name> - Create a new subordinate {abbr}`CA (Certificate Authority)` and sign it using + Create a new subordinate :abbr:`CA (Certificate Authority)` and sign it using the private key referenced by `name`. .. include:: pki_cli_import_help.txt @@ -121,7 +121,7 @@ keypairs from an easy to access operational level command. ```{eval-rst} .. opcmd:: generate pki dh - Generate a new set of {abbr}`DH (Diffie-Hellman)` parameters. The key size + Generate a new set of :abbr:`DH (Diffie-Hellman)` parameters. The key size is requested by the CLI and defaults to 2048 bit. The generated parameters are then output to the console. @@ -130,7 +130,7 @@ keypairs from an easy to access operational level command. ```{eval-rst} .. opcmd:: generate pki dh install <name> - Generate a new set of {abbr}`DH (Diffie-Hellman)` parameters. The key size + Generate a new set of :abbr:`DH (Diffie-Hellman)` parameters. The key size is requested by the CLI and defaults to 2048 bit. .. include:: pki_cli_import_help.txt @@ -355,7 +355,7 @@ also to display them. ```{eval-rst} .. opcmd:: show pki ca - Show a list of installed {abbr}`CA (Certificate Authority)` certificates. + Show a list of installed :abbr:`CA (Certificate Authority)` certificates. .. code-block:: none @@ -398,7 +398,7 @@ also to display them. ```{eval-rst} .. opcmd:: show pki crl - Show a list of installed {abbr}`CRLs (Certificate Revocation List)`. + Show a list of installed :abbr:`CRLs (Certificate Revocation List)`. ``` ```{eval-rst} |
