Re: RFC 5280 and example of a self signed end-entity certificate?
Yoav Nir <[email protected]>
| Newsgroups | gmane.ietf.x509 |
|---|---|
| Message-ID | <[email protected]> |
> On 20 Nov 2016, at 8:56, Peter Gutmann <[email protected]> wrote: > > Jeffrey Walton <[email protected]> writes: > >> Does anyone know where I might find an example of a elf-signed end-entity >> certificate? > > By finding an elf and getting them to sign one for you? Alternatively, if you > want a *self*-signed EE cert, by signing one yourself? Or am I missing > something here… I think you’re missing this: openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365 -nodes You can even skip the “-keyout key.pem” if you only need an example cert. And you can add a "-outform DER" if you prefer it that way. Yoav _______________________________________________ pkix mailing list [email protected] https://www.ietf.org/mailman/listinfo/pkix