Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Nov 26, 2024
1 parent ed114a6 commit e02a0b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions certificates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ step certificate create [email protected] client.pem client-key.pem --template g
--ca opnsense-ca.pem --ca-key opnsense-ca-key.pem --no-password --insecure --force --bundle \
--set-file dn-defaults.json --san home.richtman.au
step certificate create poco-f4-gt client.pem client-key.pem --template granular-dn-leaf.tpl --not-after 1461h \
--ca opnsense-ca.pem --ca-key opnsense-ca-key.pem --no-password --insecure --force --bundle \
--set-file dn-defaults.json --ca root-ca.pem
step certificate inspect client.pem
# Package for Android
# Android insists on password and won't even try any other extensions.
step certificate p12 client.p12 client.pem client-key.pem --ca opnsense-ca.pem
# Or
openssl pkcs12 -export -out client.p12 -in client.pem -inkey client-key.pem
mv client.p12 ~/Downloads
```

0 comments on commit e02a0b2

Please sign in to comment.