@@ -369,7 +369,12 @@ winget:
369369 # Your app's long description.
370370 #
371371 # Templates: allowed
372- description : " "
372+ description : |
373+ step-cli lets you build, operate, and automate Public Key Infrastructure (PKI)
374+ systems and workflows. It's a swiss army knife for authenticated encryption
375+ (X.509, TLS), single sign-on (OAuth OIDC, SAML), multi-factor authentication
376+ (OATH OTP, FIDO U2F), encryption mechanisms (JSON Web Encryption, NaCl),
377+ and verifiable claims (JWT, SAML assertions).
373378
374379 # License URL.
375380 #
@@ -384,10 +389,25 @@ winget:
384389 # Create the PR - for testing
385390 skip_upload : auto
386391
392+ # Privacy URL.
393+ #
394+ # Templates: allowed
395+ privacy_url : " https://smallstep.com/privacy-policy"
396+
387397 # Tags.
388398 tags :
389399 - cli
390400 - smallstep
401+ - pki
402+ - x509
403+ - certificates
404+ - tls
405+ - ssl
406+ - jwt
407+ - oauth
408+ - security
409+ - encryption
410+ - cryptography
391411
392412 # Repository to push the generated files to.
393413 repository :
@@ -432,7 +452,7 @@ scoops:
432452 # Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
433453 # Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
434454 # Default for gitea is "https://gitea.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
435- url_template : " http ://github.com/smallstep/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
455+ url_template : " https ://github.com/smallstep/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
436456
437457 # Repository to push the app manifest to.
438458 repository :
0 commit comments