[irods@myhost ~]$ mkdir /etc/irods/ssl
[irods@myhost ~]$ cd /etc/irods/ssl
[irods@myhost ssl]$ openssl genrsa -out irods.key 2048
[irods@myhost ssl]$ chmod 600 irods.key
[irods@myhost ssl]$ openssl req -new -x509 -key irods.key -out irods.crt -days 365
Country Name (2 letter code) [XX]:..
State or Province Name (full name) []:..
Locality Name (eg, city) [Default City]:...
Organization Name (eg, company) [Default Company Ltd]:..
Organizational Unit Name (eg, section) []:..
Common Name (eg, your name or your server's hostname)
[]:<FQDN_of_my_irods_server>
Email Address []:...
[irods@myhost ssl]$ openssl dhparam -2 -out dhparams.pem
[irods@myhost ssl]$ ls -l
total 12
-rw-rw-r--. 1 irods irods 424 Apr 8 09:37 dhparams.pem
-rw-rw-r--. 1 irods irods 1424 Apr 8 09:34 irods.crt
-rw-------. 1 irods irods 1679 Apr 8 09:32 irods.key
--
--
The Integrated Rule-Oriented Data System (iRODS) - https://irods.org
iROD-Chat: http://groups.google.com/group/iROD-Chat
---
You received this message because you are subscribed to the Google Groups "iRODS-Chat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to irod-chat+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/irod-chat/de6d0456-19a6-4dd8-a317-b824ab65b3b2n%40googlegroups.com.