You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The certificate_pem, _, _ = _do_request() has some items not working with the switch to v02 a ways back. Any way to easily get this back even if I have to change the code myself? I need it to install to cpanel automatically as the signed_chain.crt isn't enough on its own for the cpanel api. In particular, I need the second variable returned previously called result used in the following. Unless someone knows of a equal or better way to do this than mine. Thanks.
Got a non-implemented test working. Implementing what I need back again is apparently easy. Looks like the only way I have available just needs the first two blocks separately saved from the signed_chain.crt and is compatible with cpanel's uapi SSL install_ssl.
Whether or not you feel like that should be provided by this script or another is up to you. At the very least this info will be archived here.
The
certificate_pem, _, _ = _do_request()
has some items not working with the switch to v02 a ways back. Any way to easily get this back even if I have to change the code myself? I need it to install to cpanel automatically as the signed_chain.crt isn't enough on its own for the cpanel api. In particular, I need the second variable returned previously calledresult
used in the following. Unless someone knows of a equal or better way to do this than mine. Thanks.bb248e0#diff-7d802cf8b579d90e224a041b9e054757a417bf1fc394fde3ea2db37d0fba3922
The text was updated successfully, but these errors were encountered: