I tried it first at postman, in postman I just add...
# suitescript
m
I tried it first at postman, in postman I just added the certificate and key and set and host
b
m
@battk I have a crt and key file, the doc says it has to be a pem file, do I have to convert the cert and key to a pem file?
b
doesnt have to be pem
there are 2 other supported formats
but the file extension isnt really enough to tell what format your files are in
m
@battk I have the crt and key files, I tried to convert them to .pem using the openssl, but I'm still geting an error in the webservice. I'm not sure if the ws allow them pem file, maybe only the crt and key files, I'm trying to reach out the support with this question.
@battk thanks! I resolved with the digital signing, I had to convert the crt and key to pfx, after doing the conversion I tested first on postman and then on NetSuite. Command to I used to convert the cert openssl pkcs12 -export -out domain.name.pfx -inkey domain.name.key -in domain.name.crt