Questions tagged [notary]

Notary is a tool for publishing and managing trusted collections of content. Publishers can digitally sign collections and consumers can verify integrity and origin of content. This ability is built on a straightforward key management and signing interface to create signed collections and configure trusted publishers.

41 questions
0
votes
1 answer

Corda notary prevention in double spending,how to check it?

I need to check how the notary prevents the double spending in the Obligation Cordapp. I started the web server UI at the localhost ports and performed some multiple transactions and when I checked the notary's log ,I found this: [WARN ]…
blueCoder
  • 17
  • 5
0
votes
1 answer

Does corda's notary save transaction inputstate or outputState specific information?

Does Notary only save output_index and transaction_id? Will Notary keep detailed State information?
lisa
  • 43
  • 3
0
votes
1 answer

Notary support in IBM Container Registry

I followed this guide to setup a content trust env and push an image. https://cloud.ibm.com/docs/Registry?topic=registry-registry_trustedcontent#trustedcontent_setup But seems the image is not signed while using "docker trust inspect" to check. BTW,…
0
votes
1 answer

Java Tool Notarize process

we have developed GUI tool using Java SE 11 , packaged using Maven. Recommend user to download and set Java in system path to launch the tool. Batch file for windows and .command file for Mac and Linux. Do we need to get notarize approval from apple…
krishnakumar
  • 173
  • 3
  • 15
0
votes
1 answer

Docusign - eNotary - 1 Notary Multiple Signers

We have a client setup, and they want to use docusign for all their documents. During a eNotary process, they want to have for example: Notary A -> Signer 1 Notary A -> Signer 2 **Notary A places seal (is this 1 seal or 2?) Notary B -> Signer…
Jimmie Clark
  • 1,878
  • 13
  • 25
0
votes
2 answers

Docusign - eNotary in Sandbox

I am using the sandbox account and trying to setup an eNotary Profile. Being that its a sandbox area, I would assume that I don't need a valid notary ID to create one. Can someone help me setup a Notary Profile on my sandbox account? QA Question…
Jimmie Clark
  • 1,878
  • 13
  • 25
0
votes
0 answers

How can I verify the signature of a docker image?

Let's say a company has pushed and signed an image on its own docker registry using its X509 certificate and corresponding private key issued by a public CA. Having a copy of their certificate on my computer, how can I verify that the image I pulled…
Marc
  • 856
  • 1
  • 8
  • 20
0
votes
2 answers

Can't Signing and pushing trust metadata in Notary

I am implementing Notary in a virtual machine. To have a reference, I have a docker registry on host A and I want to deploy Notary Server, Signer and CLI on host B to get push images to registry and sign them from different machine. However, the…
gmaurelia
  • 21
  • 2
  • 6
0
votes
1 answer

Docker Notary doesn't find Yubikey

I'm running Ubuntu 16 LTS with docker, Notary 0.4.3 and yubico-piv-tool 1.5.0 The piv tool works with the yubokey, can create certificates and also import them to the yubikey. Notary works okay as well, but it doesn't seem to notice the yubikey.…
Flo
  • 2,699
  • 4
  • 24
  • 46
0
votes
1 answer

Mirror docker content trust

TL;DR - how do I run a (potentially insecure) docker registry mirror and trust the content? I have a series of devices running docker containers on a closed network with no internet access. I'm able to temporarily attach a laptop that has previously…
Johnny5
  • 11
  • 5
-1
votes
1 answer

docker: 'notary' is not a docker command

docker: 'notary' is not a docker command The above error is getting in docker ce (20.10.2~3-0~ubuntu-bionic). is it working in only enterprise edition ?
1 2
3