You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/09/06 08:18:00 UTC

[jira] [Work logged] (KNOX-2799) When exporting certificate using Knox CLI, the certificate is coming with wrong name when type=PEM

     [ https://issues.apache.org/jira/browse/KNOX-2799?focusedWorklogId=806286&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-806286 ]

ASF GitHub Bot logged work on KNOX-2799:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Sep/22 08:17
            Start Date: 06/Sep/22 08:17
    Worklog Time Spent: 10m 
      Work Description: zeroflag opened a new pull request, #629:
URL: https://github.com/apache/knox/pull/629

   ## What changes were proposed in this pull request?
   
   There is an inconsistency in naming of the output file of the export cert command. The doc says it should be `gateway-client-trust.<type>` but in case of pem it's `gateway-identity.pem`.
   
   ## How was this patch tested?
   
   pending
   




Issue Time Tracking
-------------------

            Worklog Id:     (was: 806286)
    Remaining Estimate: 0h
            Time Spent: 10m

> When exporting certificate using Knox CLI, the certificate is coming with wrong name when type=PEM
> --------------------------------------------------------------------------------------------------
>
>                 Key: KNOX-2799
>                 URL: https://issues.apache.org/jira/browse/KNOX-2799
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: KnoxCLI
>            Reporter: Abhilash Perla
>            Assignee: Attila Magyar
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When we export a certificate using this command:
> bin/knoxcli.sh export-cert [--type JKS|PEM|JCEKS|PKCS12] [–help]
> The certificate should come with name: 'gateway-client-trust.<type>'.
> This is working fine for formats JKS, JCEKS, PKCS12. But for PEM the certificate file name is "gateway-identity.pem"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)