Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support adding certificates to trust store by specifying URL #631

Open
FeynmanZhou opened this issue Apr 14, 2023 · 1 comment
Open

Support adding certificates to trust store by specifying URL #631

FeynmanZhou opened this issue Apr 14, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@FeynmanZhou
Copy link
Member

FeynmanZhou commented Apr 14, 2023

What is the areas you would like to add the new feature to?

Notation CLI

Is your feature request related to a problem?

In general, users need to download a public key from a remote server and add the public key file to the trust store using notation cert add when verifying the signature. It's a little cumbersome during this process.

If there is an option to allow the verifier to load the public key to the trust store by specifying the URL when using notation cert add, it would be much more convenient for users in the signature verification process.

What solution do you propose?

For example, specifying the public certificate through an HTTPS address when using notation cert add as follows:

$ notation cert add --type ca --store acme-rockets https://www.helloworld.com/pkiops/certs/Root-CA-2023.crt
Successfully added the following certificate to named store acme-rockets of type ca:
Root-CA-2023.crt

What alternatives have you considered?

/

Any additional context?

No response

@FeynmanZhou FeynmanZhou added enhancement New feature or request triage Need to triage labels Apr 14, 2023
@yizha1 yizha1 removed the triage Need to triage label Apr 26, 2023
@yizha1 yizha1 added this to the 1.1.0 milestone Apr 26, 2023
@0x-chaitu
Copy link

0x-chaitu commented Aug 7, 2023

Hi, @FeynmanZhou @yizha1 I would like to work on this.
/assign

@yizha1 yizha1 changed the title Support adding public key to trust store by specifying URL Support adding certificates to trust store by specifying URL Oct 9, 2023
@yizha1 yizha1 modified the milestones: 1.1.0, 1.2.0 Nov 23, 2023
@yizha1 yizha1 modified the milestones: 1.2.0, 1.3.0 Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants