Closed prestonhashworth closed 3 years ago
Sorry for the delay in responding. You issues are mostly resolved. After conversion certs are getting added correct. What is not correct is the "certificate": "/Common/Shared/application1" but this is getting fixed in ACC 1.13 https://github.com/f5devcentral/f5-as3-config-converter/issues/25
"application1": {
"class": "Certificate",
"certificate": {
"bigip": "/Common/application1.crt"
},
"chainCA": {
"bigip": "/Common/application1.crt"
},
"privateKey": {
"bigip": "/Common/application1.key"
}
},
"application1.prestonashworth.com_2020": {
"certificates": [
{
"certificate": "/Common/Shared/application1"
}
],
"class": "TLS_Server",
"tls1_0Enabled": true,
"tls1_1Enabled": true,
"tls1_2Enabled": true,
"tls1_3Enabled": false,
"singleUseDhEnabled": false,
"insertEmptyFragmentsEnabled": true
},
"SSL_client_ciphers_selected": {
"class": "iRule",
"iRule": {
"base64": "d2hlbiBIVFRQX1JFUVVFU1QgewogICAgbG9nIGxvY2FsMC5ub3RpY2UgIltTU0w6OmNpcGhlciB2ZXJzaW9uXSAtIENsaWVudCBbSVA6OmNsaWVudF9hZGRyXTpbVENQOjpjbGllbnRfcG9ydF0gLT4gSG9zdEhlYWRlck5hbWUvVVJJIFtIVFRQOjpob3N0XVtIVFRQOjp1cmldIC0iCn0="
}
}
}
}
}
https://github.com/mdditt2000/f5-appsvcs-acc/blob/master/Github/27/as3-output.json
This issue with incorrect cert reference is getting resolved in ACC 1.13
"certificates": [
{
"certificate": "/Common/Shared/application1"
}
Issue is resolved in ACC 1.12. Closing issue
Performed "Convert With ACC" using F5 ACC Chariot extension v1.11.0 on the app.conf below, and getting a resulting declaration missing any SSL profile reference. The SSL profile config is not in the unsupported section of logging:
This is the debug log output (with F5 Extension setting Log level set to verbose and NGINX log level set to debug):
And this is the resulting declaration: