Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Conversation

@mikebrow
Copy link
Member

@mikebrow mikebrow commented Apr 2, 2018

Addressing issue: #712

Signed-off-by: Mike Brown [email protected]

@mikebrow mikebrow requested a review from Random-Liu April 2, 2018 16:16
@mikebrow mikebrow added the hold label Apr 2, 2018
@mikebrow
Copy link
Member Author

mikebrow commented Apr 2, 2018

Let's hold this for now as some clients may still want the CA to be "known" so we would also need to configure self as a known CA for this scenario to work with all clients who do not specify insecure for the TLS certificate.

@Random-Liu Random-Liu self-assigned this Apr 2, 2018
@Random-Liu Random-Liu added this to the v1.0.0-rc.1 milestone Apr 2, 2018
@Random-Liu Random-Liu removed the hold label Apr 2, 2018
@Random-Liu
Copy link
Member

@mikebrow Please rebase this.

if err != nil {
return fail(errors.Wrap(err, "failed to get hostname"))
}
host := fmt.Sprintf("%s:%s:%s", certOrganizationName, certCommonName, hostName)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that we don't to specify org and common name, the util function has done that for us.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done...

@mikebrow
Copy link
Member Author

mikebrow commented Apr 2, 2018

@Random-Liu rebased..

@Random-Liu
Copy link
Member

/lgtm

@Random-Liu Random-Liu merged commit 6e13a4d into containerd:master Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants