# The address used to issue this Blockcerts does not belong to the claimed issuer

**URL:** https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891
**Category:** Uncategorized
**Created:** [June 22, 2021, 9:29am UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891 "2021-06-22T09:29:00Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![sreenumalae](https://sea2.discourse-cdn.com/flex016/user_avatar/community.blockcerts.org/sreenumalae/32/773_2.png) [@sreenumalae](https://community.blockcerts.org/u/sreenumalae)
#### Post date: [June 22, 2021, 9:29am UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/1 "2021-06-22T09:29:00Z")

</div>

Using Blockcerts Cert-Issuer I issued a certificate and I’m trying to verify the certificate using Blockerts-Verifier.  
When I upload the JSON file, I’m facing an issue as shown below

**The address used to issue this Blockcerts does not belong to the claimed issuer.**

 ![Screenshot 2021-06-22 at 2.53.27 PM](https://us1.discourse-cdn.com/flex016/uploads/blockcerts/original/1X/d36cecba4c6ac1d3851908d0a0c268f92d1984c4.png)

[Please find the blockchain certificate here issued by cert-issuer](https://drive.google.com/file/d/1Y1W61-tkr32Rm1_XHMU3UeLiFFys_wau/view?usp=sharing)

---

<div class="post-metadata">

### Author: ![sreenumalae](https://sea2.discourse-cdn.com/flex016/user_avatar/community.blockcerts.org/sreenumalae/32/773_2.png) [@sreenumalae](https://community.blockcerts.org/u/sreenumalae)
#### Post date: [June 22, 2021, 11:21am UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/2 "2021-06-22T11:21:09Z")

</div>

I created the certificate using ethereum\_ropsten but in the blockchain certificate  
i can see the below line

> “id”: "[https://www.blockcerts.org/samples/2.0/issuer-testnet.json](https://www.blockcerts.org/samples/2.0/issuer-testnet.json)

---

<div class="post-metadata">

### Author: ![sreenumalae](https://sea2.discourse-cdn.com/flex016/user_avatar/community.blockcerts.org/sreenumalae/32/773_2.png) [@sreenumalae](https://community.blockcerts.org/u/sreenumalae)
#### Post date: [June 22, 2021, 3:53pm UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/3 "2021-06-22T15:53:51Z")

</div>

@gkimbwala @lemoustachiste@chaibapchya@aronning @kim

I got a blockchain certificate example from online  
when i try to verify that certificate it works fine as show in the below screenshot  
Here is the link for the [json file](https://drive.google.com/file/d/1dRzq86piPQ7xCRr2aW5qKfb3YEj3ko_i/view?usp=sharing)

 ![Screenshot 2021-06-22 at 9.33.13 PM](https://us1.discourse-cdn.com/flex016/uploads/blockcerts/original/1X/f897a9499f4efe41c27f20ab5fac26ce2221258a.png)

[Here is the link for the blockchain certificate issued by the cert-verifier](https://drive.google.com/file/d/1Y1W61-tkr32Rm1_XHMU3UeLiFFys_wau/view?usp=sharing)  
and the output for the above JSON as show below

 ![Screenshot 2021-06-22 at 9.38.00 PM](https://us1.discourse-cdn.com/flex016/uploads/blockcerts/original/1X/51f5d3d57fdc805e677de30ad1d7f11e58377087.png)

I really don’t understand the issue is with the blockcert-verifier or cert-issuer

Can you guys help me out with this error?

---

<div class="post-metadata">

### Author: ![ampatt97](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@ampatt97](https://community.blockcerts.org/u/ampatt97)
#### Post date: [June 22, 2021, 10:30pm UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/4 "2021-06-22T22:30:38Z")

</div>

You need to setup your own issuer profile not just the default blockcerts one. Make sure you include the blockchain address that was used to issue your credential otherwise you will continue to see this error.

cert-tools has create-issuer that you can use to generate it.

---

<div class="post-metadata">

### Author: ![sreenumalae](https://sea2.discourse-cdn.com/flex016/user_avatar/community.blockcerts.org/sreenumalae/32/773_2.png) [@sreenumalae](https://community.blockcerts.org/u/sreenumalae)
#### Post date: [June 23, 2021, 3:21am UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/5 "2021-06-23T03:21:38Z")

</div>

@ampatt97

I created the issuer.json file but i’m not sure where to use in blockerts-verifier.  
if possible can you please provide me the path where i need to update the credentials

---

<div class="post-metadata">

### Author: ![ampatt97](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@ampatt97](https://community.blockcerts.org/u/ampatt97)
#### Post date: [June 23, 2021, 3:28pm UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/6 "2021-06-23T15:28:49Z")

</div>

you need to set the cert-tools configs:  
issuer\_id: the url where your issuer json will be hosted  
issuer\_public\_key:wallet address that is in your cert-issuer with the “ecdsa-koblitz-pubkey:” prefix  
output\_file: location where the create-issuer command will store the generated issuer json for you to host  
at the issuer\_id url

You should be able to find the json file with your issuer profile after running create-issuer with the configs  
These configs need to be present when creating certificate templates as well so you will need to re-issue any cert to see changes  
Hope this helps!

---

<div class="post-metadata">

### Author: ![sreenumalae](https://sea2.discourse-cdn.com/flex016/user_avatar/community.blockcerts.org/sreenumalae/32/773_2.png) [@sreenumalae](https://community.blockcerts.org/u/sreenumalae)
#### Post date: [June 23, 2021, 7:28pm UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/7 "2021-06-23T19:28:41Z")

</div>

@ampatt97

Thanks for the reply.

The issue got resolved.

---

<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: [June 30, 2021, 1:57pm UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/8 "2021-06-30T13:57:39Z")

</div>

@sreenumalae which browser are you using? I notice a display issue with status check on your testnet screenshot. Thanks

---

<div class="post-metadata">

### Author: ![sreenumalae](https://sea2.discourse-cdn.com/flex016/user_avatar/community.blockcerts.org/sreenumalae/32/773_2.png) [@sreenumalae](https://community.blockcerts.org/u/sreenumalae)
#### Post date: [July 28, 2021, 11:04am UTC](https://community.blockcerts.org/t/the-address-used-to-issue-this-blockcerts-does-not-belong-to-the-claimed-issuer/2891/9 "2021-07-28T11:04:03Z")

</div>

I’m using safari. @lemoustachiste
