Forum Discussion
AS3 TLS certificate without passphrase
- Dec 20, 2023
I've managed to fix it myself.
So I'll share it, maybe it helps someone. The idea was to use Terraform to create a cert/key pair and then use it in my JSON template.I have used base64 endcode to fix it.
"webcert": {
"class": "Certificate",
"remark": "in practice we recommend using a passphrase",
"certificate": {
"base64": "${cert}"
},
"privateKey": {
"base64": "${key}"
}
}Here is the link to the whole project: https://github.com/czirakim/F5_AS3/tree/master
and more info, here : https://latebits.com/2023/12/18/using-terraform-and-as3-to-create-new-services-on-f5-ltm/
I've managed to fix it myself.
So I'll share it, maybe it helps someone. The idea was to use Terraform to create a cert/key pair and then use it in my JSON template.
I have used base64 endcode to fix it.
"webcert": {
"class": "Certificate",
"remark": "in practice we recommend using a passphrase",
"certificate": {
"base64": "${cert}"
},
"privateKey": {
"base64": "${key}"
}
}
Here is the link to the whole project: https://github.com/czirakim/F5_AS3/tree/master
and more info, here : https://latebits.com/2023/12/18/using-terraform-and-as3-to-create-new-services-on-f5-ltm/
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com