Commit ffccbff3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small certs fixes

parent 6783395e
openssl rsa -outform PEM -in server.crt -out server.crt.pem openssl rsa -outform PEM -in server.key -out server.pem
\ No newline at end of file
#!/bin/sh #!/bin/sh
openssl genrsa -des3 -rand file1:file2:file3 -out server.key 1024 openssl genrsa -des3 -rand file1:file2:file3 -out server.key 2048
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment