I've found that this is possible with openshift-ansible:

openshift_master_overwrite_named_certificates = true

and specifying certs in

openshift_master_named_certificates=[{"certfile": "/path/to/custom1.crt",
"keyfile": "/path/to/custom1.key"}]

So I am now running ansible again.

Anyway thanks for reply.

David Strejc
t: +420734270131
e: [email protected]

On Thu, Mar 10, 2016 at 3:18 PM, Clayton Coleman <[email protected]>
wrote:

> When you create new a new master cert you need to re-key all of the
> other components of the system - router, registry, service accounts,
> and nodes.  I don't know that we have a single document that discusses
> re-keying, although I've seen reference to it recently.  Jordan, do
> you know if there is a document / docs yet?
>
> On Thu, Mar 10, 2016 at 8:27 AM, David Strejc <[email protected]>
> wrote:
> > When I've changed default certificate which was created by
> openshift-ansible
> > for origin-master server
> >
> > - files /etc/origin/master/master.server.{crt,key}
> >
> > origin-master crashes after some time.
> >
> > Certificate is valid and fuctional at HAProxy.
> >
> > Where else I have to change this certificate? Should I change it on nodes
> > also?
> >
> > Thank you!
> > David Strejc
> > t: +420734270131
> > e: [email protected]
> >
> > _______________________________________________
> > users mailing list
> > [email protected]
> > http://lists.openshift.redhat.com/openshiftmm/listinfo/users
> >
>
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to