Hi, how can I encrypt the XML file using .p12 key ...
# suitescript
a
Hi, how can I encrypt the XML file using .p12 key file via suitescript 2.0?
b
a
@battk any difference between .pem and .p12 key file?
b
not really
you should be more concerned about the algorithms supported by the module
a
Okay
@battk I am trying to connect the Bank server with API. Bank provided me below file. prefix enc and sig key file is used to sign and encrypt the file but I am not familiar about ssl file, where I will use this key file?
b
dont know what signing strategy is going on
but you need to be aware that the digital signing that netsuite implements is only for signing
not for encrypting
dont confuse the 2
a
Okay... thanks @battk