-
Notifications
You must be signed in to change notification settings - Fork 194
Add custom certificates option #28
Comments
@piggyvenus I agree. I have been looking at incorporating this into the template as well as the Azure Marketplace offer. Give me a little time to work on this as my calendar is completely swamped right now. |
Thanks for following up on this one! |
@piggyvenus I haven't forgotten about this. We will be including this in our next sprint. |
Update: custom certificates are being incorporated now for master web console and routing domain. Stay tuned as we finish working through the last few bugs before the PR. |
Do you have a pre-release yet I could try. I found that changing the certificates after installation is quite impossible. |
@linuxius my working branch is here: https://github.com/haroldwongms/openshift-container-platform/tree/certandproxy. I have updated the readme but may still be missing some documentation. |
Thanks for the speedy response. I cloned your working tree and adapted the azuredeploy.parameters.json file according to the readme. But I am getting the following message: "Unable to download deployment content from 'https://raw.githubusercontent.com/Microsoft/openshift-container-platform/master/nested/masterprep.json'. "Deployment template validation failed: 'The template parameters 'customMasterCertFile, customRoutingCertFile, noProxyEntry, masterCertType, routingCertType, I assume the "_artifactsLocation" is wrong for your working tree. I tried the following, but without success Can you tell me what I am doing wrong? Thanks. |
@linuxius Please update the _artifactsLocation parameter in the parameters file versus the azuredeploy.json file. You do want to use https://raw.githubusercontent.com/haroldwongms/openshift-container-platform/tree/certandproxy as you stated above. |
I tried that but I am getting the following error in the deployment log: I assume the link is incorrect. |
My mistake. Please use: https://raw.githubusercontent.com/haroldwongms/openshift-container-platform/certandproxy (don't have tree at the end) |
It would be nice to be able to use custom certificates instead of just using the self signed cert.
The text was updated successfully, but these errors were encountered: