Open aj-cruz opened 2 years ago
Also related to https://github.com/arista-eosplus/pyeapi/issues/246
Thanks for the report, @aj-cruz.
management security ssl profile SSL_PROFILE tls versions 1.2 cipher-list ECDHE-RSA-AES256-GCM-SHA384 certificate capi.pem key capikey.pem trust certificate ARISTA_SIGNING_CA.crt trust certificate ARISTA_ROOT_CA.crt management api http-commands protocol https ssl profile SSL_PROFILE no shutdown
For anyone who gets this far in trying to implement this workaround, in case it's not obvious, you need to also create the certs:
security pki key generate rsa 4096 capikey.pem
security pki certificate generate self-signed capi.pem key capikey.pem validity 3650 parameters common-name YOUR_SWITCH_HOSTNAME
credit: https://github.com/arista-eosplus/pyeapi/issues/211#issuecomment-1141443390
Environment
Steps to Reproduce
arista_eos
platform with napalm drivereos
management api http-commands no shutdown
management security ssl profile SSL_PROFILE tls versions 1.2 cipher-list ECDHE-RSA-AES256-GCM-SHA384 certificate capi.pem key capikey.pem trust certificate ARISTA_SIGNING_CA.crt trust certificate ARISTA_ROOT_CA.crt
management api http-commands protocol https ssl profile SSL_PROFILE no shutdown