M95 SSL Certificate and Key Upload Time

Hi,
I am writing the key and certificate to ram for SSL connection. And then I do the configuration. This process takes 6-8 minutes. Is this normal? Can it be made shorter?
I am using the following commands in the M95 SSL document:

AT+QSECWRITE=RAM:key.pem 
-----BEGIN RSA PRIVATE KEY-----  ...
AT+QSECWRITE=RAM:clt.pem
-----BEGIN CERTIFICATE----- ...
AT+QSECREAD=RAM:clt.pem 
AT+QSECREAD=RAM:key.pem
"AT+QSSLCFG=\"clientcert\",0,\"RAM:clt.pem\""
"AT+QSSLCFG=\"clientkey\",0,\"RAM:key.pem\"

Hi depending on the size of your key and certificate, six minutes is also available

1 Like