I generate the pub key in the app and copy it to the CA as hostx.key,
then sign a certificate using:
./nebula-cert sign -name "hostx" -ip XX.XX.XX.XX/24 -in-pub hostx.key
When I try to read the QR code generated using qrencode -t asiutf8 hostx.crt with the app nothing happens.
Also tried generating a .png but with no results.
I generate the pub key in the app and copy it to the CA as
hostx.key
, then sign a certificate using:./nebula-cert sign -name "hostx" -ip XX.XX.XX.XX/24 -in-pub hostx.key
When I try to read the QR code generated usingqrencode -t asiutf8 hostx.crt
with the app nothing happens. Also tried generating a .png but with no results.