You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2019/06/17 22:50:00 UTC

[jira] [Closed] (FLINK-12871) Wrong SSL setup examples in docs

     [ https://issues.apache.org/jira/browse/FLINK-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nico Kruber closed FLINK-12871.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.1
                   1.9.0
                   1.7.3

Fixed via:
 * master: 59b9a938862124050de56970a4b618a82c831943
 * release-1.8: 0b2525734ea920a5347f9dee915b684aee98a702
 * release-1.7: 272fafe66830a99e99dffdc42ea27c00a6cc8a5e

> Wrong SSL setup examples in docs
> --------------------------------
>
>                 Key: FLINK-12871
>                 URL: https://issues.apache.org/jira/browse/FLINK-12871
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.7.2, 1.8.0, 1.9.0
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.3, 1.9.0, 1.8.1
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The SSL setup examples [1] were updated to rely on PKCS12 format (instead of the old JKS keystore) but PKCS12 does not support separate passwords for the key store and the key itself.
> {code}
> > Warning:  Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.
> {code}
> Also, some of the examples still rely on the old JKS keystore and are not using PKCS12 yet.
> [1] https://ci.apache.org/projects/flink/flink-docs-release-1.8/ops/security-ssl.html#example-ssl-setup-standalone-and-kubernetes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)