[CentOS] serving a kickstart file over https with self-signed certificate

2013-03-11 Thread jortega
I am currently using https for the --url and --repo options in a kickstart file. The yum repo files are also set to do the same. Both of them have a setting (noverifyssl and sslverify=no, respectively) and this works as expected to pass --insecure to curl. However, I cannot figure out how to

Re: [CentOS] serving a kickstart file over https with self-signed certificate

2013-03-11 Thread jortega
On 03/11/2013 12:43 PM, jortega wrote: I am currently using https for the --url and --repo options in a kickstart file. The yum repo files are also set to do the same. Both of them have a setting (noverifyssl and sslverify=no, respectively) and this works as expected to pass --insecure to