maybe I am supposta make the dir directly where it actualy is?
[ CA_default ]
dir = /etc/demoCA # Where everything is kept
this is what I got from that.. though lest It asked for a password it did something though disappointing that it died after that ugh...
be nice if someone had a nice image of openwrt pre setup for a muilti user setup.. ready to go..
root@domo:/etc# openssl ca -out server.crt -in server.csr
Using configuration from /etc/ssl/openssl.cnf
Error opening CA private key ./demoCA/private/cakey.pem
1068:error:02001002:lib(2):func(1):reason(2):NA:0:fopen('./demoCA/private/cakey.pem','r')
1068:error:20074002:lib(32):func(116):reason(2):NA:0:
unable to load CA private key
root@domo:/etc# cd ssl
root@domo:/etc/ssl# openssl ca -out server.crt -in server.csr
Using configuration from /etc/ssl/openssl.cnf
Enter pass phrase for ./demoCA/private/cakey.pem:
Error opening CA certificate ./demoCA/cacert.pem
1069:error:02001002:lib(2):func(1):reason(2):NA:0:fopen('./demoCA/cacert.pem','r')
1069:error:20074002:lib(32):func(116):reason(2):NA:0:
unable to load certificate
root@domo:/etc/ssl#