GSA / gsa-icam-card-builder

ICAM Test Card Signer and Data Populator
Other
13 stars 8 forks source link

Where is GSA-PIV-Signer-vX.x.x ZIP? #19

Closed djernst closed 5 years ago

djernst commented 5 years ago

Description of Issue:

The Readme's "Getting Started/Extracting the tools" section states that there is a "GSA-PIV-Signer-vX.x.x.zip" archive.

Details of Issue:

Where do you get this file? It does not seem to exist in the repo.

References (Docs, Links, Files):

If a New Page or Content is Needed, Expected Outcomes:

Link to the Content Page for Contributors:

bob-fontana commented 5 years ago

If you need the zip file really quick, you can go to the Releases and pull the latest, which is 1.8.74. It does not include the latest revisions from last night.

bob-fontana commented 5 years ago

Fixed by commit d2b2453. That's not to say that this entire README.md needs updating.

djernst commented 5 years ago

Thank you! I'm still a newbie with GitHub. It's painfully obvious now! :-)

Dan

On Thu, Feb 28, 2019 at 9:48 AM Bob Fontana notifications@github.com wrote:

Fixed by commit d2b2453 https://github.com/GSA/gsa-icam-card-builder/commit/d2b245396ed26c79251c862f2e4d24417c9c108d. That's not to say that this entire README.md needs updating.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GSA/gsa-icam-card-builder/issues/19#issuecomment-468323203, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-M54Q_kz7oeeiD9VIgJ-j2cBRv124yks5vR_o1gaJpZM4bW-UU .

djernst commented 5 years ago

It works! I needed to run as sudo otherwise it could not talk to the readers. I was not expecting that as the other utilities (opensc) do not need to run as sudo.

djernst commented 5 years ago

I have a general question. I need to acquire smartcards. Where can get them for use with this system? What are the minimum requirements for the card? Will any ISO7816 card work?

bob-fontana commented 5 years ago

I have a general question. I need to acquire smartcards. Where can get them for use with this system? What are the minimum requirements for the card? Will any ISO7816 card work?

You can acquire pre-written cards that contain the exact data you see in this repo from CertiPath at https://www.certipath.com/store/. Once we've completed the encoding piece (under construction), you will be able to personalize the cards further using these utilities. However, not any smart card will work. It must have the PIV applet on it, and you will need the master keys to the card in order to unlock it for writing. Assuming that we complete the encoder, you'll be able purchase PIV cards from IDEMIA (Oberthur), Gemalto, G&D, and HID. The GSA Approved Products list contains the list of PIV card industry partners.

Also, regarding the permission issue, it may very well be because releases of Java > 1.8 now restricts access to some of the underlying cryptographic JRE libraries.

djernst commented 5 years ago

Ok. I was suspecting that this would be the case. I do have the set of NIST Test Cards (of which I currently locked out 2 of them trying to run the Test Runner app). Hypothetically, would I be able to use one of them if I new the master keys and rewrite it?

On Thu, Feb 28, 2019 at 11:48 AM Bob Fontana notifications@github.com wrote:

I have a general question. I need to acquire smartcards. Where can get them for use with this system? What are the minimum requirements for the card? Will any ISO7816 card work?

You can acquire pre-written cards that contain the exact data you see in this repo from CertiPath at https://www.certipath.com/store/. Once we've completed the encoding piece (under construction), you will be able to personalize the cards further using these utilities. However, not any smart card will work. It must have the PIV applet on it, and you will need the master keys to the card in order to unlock it for writing. Assuming that we complete the encoder, you'll be able purchase PIV cards from IDEMIA (Oberthur), Gemalto, G&D, and HID. The GSA Approved Products list contains the list of PIV card industry partners https://www.idmanagement.gov/approved-products-list-piv/.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GSA/gsa-icam-card-builder/issues/19#issuecomment-468369235, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-M57QbSe9Hl39mYulP9zdJuA4Hya6Rks5vSBZbgaJpZM4bW-UU .