[pve-devel] [PATCH pve-docs 2/3] Fixed the table in 3.11.8

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jan 3 16:35:09 CET 2023


Am 03/01/2023 um 14:31 schrieb Noel Ullreich:
> Fixed the table by manually replacing the characters latex could not
> render with simpler characters. This will have to be done manually
> again for any future tables of the same style for now.

you don't remove the old one though...?

> 
> Signed-off-by: Noel Ullreich <n.ullreich at proxmox.com>
> ---
>  certificate-management.adoc | 24 ++++++++++++++++++++++--
>  1 file changed, 22 insertions(+), 2 deletions(-)
> 
> diff --git a/certificate-management.adoc b/certificate-management.adoc
> index edf0468..f481916 100644
> --- a/certificate-management.adoc
> +++ b/certificate-management.adoc
> @@ -292,10 +292,29 @@ root at proxmox:~# echo "OVH_CK=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ" >> /path/to/api-t
>  ----
>  
>  Now you can setup the the ACME plugin:
> -
>  ----
>  root at proxmox:~# pvenode acme plugin add dns example_plugin --api ovh --data /path/to/api_token
>  root at proxmox:~# pvenode acme plugin config example_plugin
> + ---------------------------------------------------
> +| key    | value                                    |
> + ---------------------------------------------------
> +| api    | ovh                                      |
> + ---------------------------------------------------
> +| data   | OVH_AK=XXXXXXXXXXXXXXXX                  |
> +|        | OVH_AS=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY  |
> +|        | OVH_CK=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ  |
> + ---------------------------------------------------
> +| digest | 867fcf556363ca1bea866863093fcab83edf47a1 |
> + ---------------------------------------------------
> +| plugin | example_plugin                           |
> + ---------------------------------------------------
> +| type   | dns                                      |
> + ---------------------------------------------------
> +----
> +
> +////
> +actually looks like this but this won't render, not even in xetex
> +with --fop, a2x can kinda handle it but that breaks other stuff
>  ┌────────┬──────────────────────────────────────────┐
>  │ key    │ value                                    │
>  ╞════════╪══════════════════════════════════════════╡
> @@ -311,7 +330,8 @@ root at proxmox:~# pvenode acme plugin config example_plugin
>  ├────────┼──────────────────────────────────────────┤
>  │ type   │ dns                                      │
>  └────────┴──────────────────────────────────────────┘
> -----
> +////
> +
>  
>  At last you can configure the domain you want to get certificates for and
>  place the certificate order for it:



More information about the pve-devel mailing list