Add x509 section to README

pull/35/head
Kaleb Himes 2016-12-17 07:56:45 -07:00 committed by GitHub
parent f8499ea4d4
commit 6fdf7ef3d4
1 changed files with 10 additions and 2 deletions

View File

@ -39,6 +39,7 @@ After wolfssl is installed, install wolfCLU. In the directory
./autogen.sh
./configure
make
(optionally) make check OR make test
sudo make install
Now you should be able to use the wolfssl command line tool. To verify type:
@ -47,7 +48,7 @@ Now you should be able to use the wolfssl command line tool. To verify type:
If everything worked, you should see the wolfssl help page.
## Examples
## Example Usages
### Base64
@ -63,10 +64,17 @@ If everything worked, you should see the wolfssl help page.
./wolfssl -hash base64dec -in README_encoded.md
```
#### X509
```
wolfssl -x509 -inform pem -in testing-certs/ca-cert.pem -outform der -out outputfilename.der
wolfssl -x509 -inform der -in testing-certs/ca-cert.der -outform pem -out outputfilename.pem
```
## Contacts
Please contact support@wolfssl.com with any questions or comments
## License
Copyright (c) 2006-2015 wolfSSL Inc.
Copyright (c) 2006-2016 wolfSSL Inc.