Re: [Bacula-users] generating certs for encryption -- bacula-fd crashes

2013-02-15 Thread Dan Langille
On 2013-02-15 05:24, mayak-cq wrote: > hi all, > > i've tried to scour the internet for help, but simply cannot seem to > get PKI implemented correctly -- following the docs i have: > > openssl genrsa -out master.key 2048 > openssl req -days 3650 -new -key master.key -x509 -out master.crt > > t

[Bacula-users] generating certs for encryption -- bacula-fd crashes

2013-02-15 Thread mayak-cq
hi all, i've tried to scour the internet for help, but simply cannot seem to get PKI implemented correctly -- following the docs i have: openssl genrsa -out master.key 2048 openssl req -days 3650 -new -key master.key -x509 -out master.crt then for each machine i do a (sample): openssl genrsa -