I have an SSL certificate client.ks
& client.ts
that I would like to import into Azure Key Vault but it only accepts .PEM
format.
I tried to concatenate the two files into one via cat client.ks client.ts > client.pem
but I got the error when loading it:
The specified PEM X.509 certificate content can not be read. Please check if certificate is valid PEM format.
Any suggestions into how I get those two files in the keyvault ?