F5Networks / f5-cloud-iapps

iApps specific to BIG-IPs in cloud environments
11 stars 10 forks source link

Behaviour changing from V14(Flatrock) breaks the application #6

Open Rik-F5 opened 6 years ago

Rik-F5 commented 6 years ago

Due to the fix of ID535122. Start from version 14.0.0, the .crt and .key extensions will not be added implicitly.

316: catch { tmsh_exe "create sys crypto key ${app}_send_vs_cert gen-certificate common-name Cloud_Analytics_Logging country US lifetime 3650" } 505: iapp::conf create ltm profile server-ssl ${app}_send_sssl { cert ${app}_send_vs_cert.crt defaults-from serverssl-insecure-compatible key ${app}_send_vs_cert.key }

Line 505 will run into exception because the file name has no extension.

jsevedge commented 5 years ago

Thanks, ID 663 created internally to track investigating and fixing this.