drb-ssl question

R

Ryan McGovern

I want to have a drb server that uses the drb-ssl library automatically
start up on boot.

To do this i need a program that can provide the password into the
prompt. I've tried all combanations of pipes into the drb program to
achieve this.
Do any of you have any experience or ideas with this?

-Ryan
 
D

Dido Sevilla

I want to have a drb server that uses the drb-ssl library automatically
start up on boot.

To do this i need a program that can provide the password into the
prompt. I've tried all combanations of pipes into the drb program to
achieve this.
Do any of you have any experience or ideas with this?

Why not store your private key (which is what I assume the password is
for) in plaintext form anyway? You might as well do that, rather than
go through the hoops of attempting to provide the password elsewhere
(itself in plaintext). Both methods are equally (un)secure, my
suggestion has the advantage of attempting to machine-provide a
password to a program that is trying its darndest to prevent that. To
save the private key in plaintext, the following command should
suffice:

openssl rsa -in mykey.key -out mykey.key.unsecure

and use mykey.key.unsecure instead of mykey.key for the certificate
private key used by your program.
 
E

Eric Hodel

I want to have a drb server that uses the drb-ssl library
automatically start up on boot.

To do this i need a program that can provide the password into the
prompt. I've tried all combanations of pipes into the drb program
to achieve this. Do any of you have any experience or ideas with this?

You want to use a passwordless SSL key.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top