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

Noel Ullreich n.ullreich at proxmox.com
Tue Jan 3 14:31:20 CET 2023


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.

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:
-- 
2.30.2






More information about the pve-devel mailing list