instantcert and kill_zombies
This commit is contained in:
5
bash/instantcert.sh
Normal file
5
bash/instantcert.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# http://www.akadia.com/services/ssh_test_certificate.html
|
||||
# create and sign openssl-cert
|
||||
openssl genrsa -des3 -out server.key 1024 && openssl req -new -key server.key -out server.csr && cp server.key server.key.org && openssl rsa -in server.key.org -out server.key && openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
|
||||
|
||||
Reference in New Issue
Block a user