Skip to content

Issue #32: Add support for SSL certificate management.#35

Merged
pmatias merged 5 commits intopmatias:2.xfrom
jlfranklin:feature/32-Add-SSL-support
Oct 13, 2021
Merged

Issue #32: Add support for SSL certificate management.#35
pmatias merged 5 commits intopmatias:2.xfrom
jlfranklin:feature/32-Add-SSL-support

Conversation

@jlfranklin
Copy link
Contributor

Reopening #33.

Add support for the following endpoints:

get_ssl_settings(): /environments/{environment_uuid}/ssl
get_ssl_certs(): /environments/{environment_uuid}/ssl/certificates
get_ssl_cert(): /environments/{environment_uuid}/ssl/certificates/{cert_id}
install_ssl_cert(): /environments/{environment_uuid}/ssl/certificates (POST)
delete_ssl_cert(): /environments/{environment_uuid}/ssl/certificates/{cert_id} (DELETE)
activate_ssl_cert(): /environments/{environment_uuid}/ssl/certificates/{cert_id}/actions/activate (POST)
deactivate_ssl_cert(): /environments/{environment_uuid}/ssl/certificates/{cert_id}/actions/deactivate (POST)

@stale
Copy link

stale bot commented Oct 11, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 11, 2021
@pmatias pmatias removed the wontfix label Oct 13, 2021
@pmatias pmatias self-assigned this Oct 13, 2021
@pmatias pmatias merged commit dfcd1f3 into pmatias:2.x Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants