https - ssl certificate for GSM Modem -


im working on quectel m10 gsm modem im supposed establish tcp/ip connection on ssl/tsl. m10 manual describes process of adding certificates. problem dont know how proceed. following command:

     at+qsecwrite="ram:ca_cert.pem",1614,100      <input ca_cert.pem data here size 1614bytes.> 

where 1614 length of data , 100 input time writing data. after executing command in serial window, have enter data.after certificates store in ram of modem. dont know ca_cert.pem file , from. there 2 more commands executed

     at+qsecwrite="ram:client_cert.pem",1419,100      input client_cert.pem data here size 1419bytes      at+qsecwrite="ram:client_key.pem",1679,100      <input client_key.pem data here size 1679bytes.> 

could please explain me how proceed further , how establish ssl connection.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -