Closed stepio closed 9 years ago
Class de.brendamour.jpasskit.server.PKRestletServerResourceFactory contains constant path values for the certificates:
protected static final String APPLE_WWDRCA_CERT_PATH = "/Users/patrice/Documents/bitzeche/Projects/passkit/AppleWWDRCA.pem"; protected static final String PKCS12_FILE_PATH = "/Users/patrice/Documents/bitzeche/Projects/passkit/Certificates.p12";
Why aren't these certificates available as test resources? Is it a bug or more like a known limitation?
Oh... I probably never got around to cleaning this up. There are more local paths in this file than just the ones to the certificates.
Definitely a bug
Class de.brendamour.jpasskit.server.PKRestletServerResourceFactory contains constant path values for the certificates:
Why aren't these certificates available as test resources? Is it a bug or more like a known limitation?