Update README.md

This commit is contained in:
Miguel Grinberg
2022-09-12 16:53:22 +01:00
committed by GitHub
parent fe750feb03
commit 019eb4d6bb

View File

@@ -15,6 +15,6 @@ To convert the resulting PEM files to DER format for MicroPython, use these
commands:
```bash
openssl x509 -in localhost.pem -out localhost.der -outform DER
openssl rsa -in localhost-key.pem -out localhost-key.der -outform DER
openssl x509 -in cert.pem -out cert.der -outform DER
openssl rsa -in key.pem -out key.der -outform DER
```