Jul 4th 2012 #1 Hey i would like to integrate a SSL Zertificate to a customer.But the Provider needs a *csr file to create the certificate. How is that handled with i-mscp? Thanks
Jul 5th 2012 #2 mmmh ok i think it is easier to just generate the csr on a website like that CSR Generator Online
Jul 6th 2012 #3 It is very easy to create a csr in the console: Code domain=domain.tld openssl genrsa -out ${domain}.key 2048 openssl req -new -key ${domain}.key -out ${domain}.csr Best Regards