[
https://issues.apache.org/jira/browse/FLINK-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nico Kruber updated FLINK-12871:
--------------------------------
Description:
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
was:
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.
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
> 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.8.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Priority: Major
>
> 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)