# How to generate Verifiable Presentation with cert-issuer?

**URL:** https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663
**Category:** Technical
**Created:** [October 29, 2024, 1:13am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663 "2024-10-29T01:13:07Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![HarukiK](https://avatars.discourse-cdn.com/v4/letter/h/c67d28/32.png) [@HarukiK](https://community.blockcerts.org/u/HarukiK)
#### Post date: [October 29, 2024, 1:13am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/1 "2024-10-29T01:13:07Z")

</div>

Hi! I’m a web3 enginner!

I’m trying generate Verifiable Presentation with cert-issuer.

I searched for the documentation but couldn’t find any information on how to issue a Verifiable Presentation, which is causing some trouble.

---

<div class="post-metadata">

### Author: ![lion9200](https://avatars.discourse-cdn.com/v4/letter/l/9fc348/32.png) [@lion9200](https://community.blockcerts.org/u/lion9200)
#### Post date: [October 31, 2024, 6:03pm UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/2 "2024-10-31T18:03:03Z")

</div>

Hi, what are you going to do exactly?

---

<div class="post-metadata">

### Author: ![lemoustachiste](https://avatars.discourse-cdn.com/v4/letter/l/7c8e57/32.png) [@lemoustachiste](https://community.blockcerts.org/u/lemoustachiste)
#### Post date: [November 6, 2024, 4:40pm UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/3 "2024-11-06T16:40:46Z")

</div>

Hi,

at this moment Blockcerts does not support verifiable presentations (issuance and verification). It is on the roadmap and we will get to it in the coming months.

---

<div class="post-metadata">

### Author: ![HarukiK](https://avatars.discourse-cdn.com/v4/letter/h/c67d28/32.png) [@HarukiK](https://community.blockcerts.org/u/HarukiK)
#### Post date: [November 8, 2024, 1:08am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/4 "2024-11-08T01:08:41Z")

</div>

I understand. Thak you!!

---

<div class="post-metadata">

### Author: ![HarukiK](https://avatars.discourse-cdn.com/v4/letter/h/c67d28/32.png) [@HarukiK](https://community.blockcerts.org/u/HarukiK)
#### Post date: [November 8, 2024, 1:09am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/5 "2024-11-08T01:09:47Z")

</div>

I will try to create Verifable Presentation with Blockcerts.

---

<div class="post-metadata">

### Author: ![lion9200](https://avatars.discourse-cdn.com/v4/letter/l/9fc348/32.png) [@lion9200](https://community.blockcerts.org/u/lion9200)
#### Post date: [November 8, 2024, 8:33am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/6 "2024-11-08T08:33:16Z")

</div>

Ah… make sense, in my experience, i had to modify some codebase of Python blockcerts server because there were some errors of Python versions.

Happy to discuss, if you have any topic or questions, then please let me know anytime.

---

<div class="post-metadata">

### Author: ![HarukiK](https://avatars.discourse-cdn.com/v4/letter/h/c67d28/32.png) [@HarukiK](https://community.blockcerts.org/u/HarukiK)
#### Post date: [November 8, 2024, 8:46am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/7 "2024-11-08T08:46:02Z")

</div>

Thank you !!

I also built my environment with the latest version and it did not work…

I downgraded all related library versions and it finally worked.

---

<div class="post-metadata">

### Author: ![lion9200](https://avatars.discourse-cdn.com/v4/letter/l/9fc348/32.png) [@lion9200](https://community.blockcerts.org/u/lion9200)
#### Post date: [November 8, 2024, 10:50am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/8 "2024-11-08T10:50:32Z")

</div>

Sounds great! There are some conflicts in npm packages but totally these packages are awesome.

---

<div class="post-metadata">

### Author: ![lemoustachiste](https://avatars.discourse-cdn.com/v4/letter/l/7c8e57/32.png) [@lemoustachiste](https://community.blockcerts.org/u/lemoustachiste)
#### Post date: [December 2, 2024, 6:52am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/9 "2024-12-02T06:52:27Z")

</div>

You can now issue and verify “Verifiable Presentations” with cert-issuer and cert-verifier-js (as well as consumers: blockcerts-verifier and cvjs-docker).

You cannot use blockcerts tools to generate a Verifiable Presentation, you need to have your own setup somewhere to do that. Blockcerts does not intend to create such a tool.

---

<div class="post-metadata">

### Author: ![HarukiK](https://avatars.discourse-cdn.com/v4/letter/h/c67d28/32.png) [@HarukiK](https://community.blockcerts.org/u/HarukiK)
#### Post date: [February 28, 2025, 5:03am UTC](https://community.blockcerts.org/t/how-to-generate-verifiable-presentation-with-cert-issuer/3663/10 "2025-02-28T05:03:12Z")

</div>

Hi, lemoustachiste! Thank you for commenting my question!
