Fix typo: raw_cert -> raw_crt
Traceback (most recent call last):
File "bin/push-to-fastly", line 159, in <module>
main()
File "bin/push-to-fastly", line 154, in main
cert_info = post_cert(client, domain)
File "bin/push-to-fastly", line 53, in post_cert
ssl_crt = raw_cert.decode('ascii')
NameError: name 'raw_cert' is not defined
Loading
Please register or sign in to comment