资 源 简 介
Introduction
jscep is an open-source Java implementation of the Simple Certificate Enrollment Protocol (SCEP).
Find out more [about jscep](Features.md), how to [use it](CompiledPackages.md), read the [documentation](ClientUsage.md), [get support](Support.md) or find out how you can [get involved](GettingInvolved.md).
Usage Instructions
Client
To construct a client, you"ll need the following items:
the URL of your SCEP server
an RSA key pair
a certificate
a callback handler to verify the identity of the CA
a profile identifier (optional)
The URL is simple enough to build, and should be provided by you network administrator, or PKI administrator:
URL url = new URL("http://example.org/scep/pkic