5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-03-06 00:58:41 +03:00

ACME: comment fixup some POST to GET-as-POST

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-15 14:28:51 +01:00
parent b9ca506c37
commit 83ef072e57

View File

@ -396,7 +396,7 @@ sub finalize_order {
} }
# Get order status # Get order status
# POST to order URL # GET-as-POST to order URL
# Expects a '200 OK' reply # Expects a '200 OK' reply
# returns order object # returns order object
sub get_order { sub get_order {
@ -408,7 +408,7 @@ sub get_order {
} }
# Gets authorization object # Gets authorization object
# Post to authorization URL # GET-as-POST to authorization URL
# Expects a '200 OK' reply # Expects a '200 OK' reply
# returns authorization object, including challenges array # returns authorization object, including challenges array
sub get_authorization { sub get_authorization {
@ -437,7 +437,7 @@ sub deactivate_authorization {
} }
# Get certificate # Get certificate
# POST to order's certificate URL # GET-as-POST to order's certificate URL
# Expects a '200 OK' reply # Expects a '200 OK' reply
# returns certificate chain in PEM format # returns certificate chain in PEM format
sub get_certificate { sub get_certificate {