You could try openssl s_server
I use this script on Linux

*cert=" -cert ./docec384.pem -certform pem -key docec384.key.pem -keyform
pem" CA="-chainCAfile ./docca256.pem"*
*debug="-trace "*
*port="-port 4433 "*
*openssl s_server $port $cert  $CA $debug -www  *

and a web browser to https://127.0.0.1:4433

You'll have to use your own certificates and specify the ip address.

If you need more help,please contact me offline and I'll send you my test
certificates and instructions

Colin


On Wed, 20 Sept 2023 at 01:57, Charles Mills <[email protected]> wrote:

> Yes, that should work. However I don't have an appropriate test server.
>
> Yes, I could set one up ...
>
> Charles
>
> On Wed, 20 Sep 2023 10:36:30 +1000, Andrew Rowley <
> [email protected]> wrote:
>
> >On 20/09/2023 8:37 am, Charles Mills wrote:
> >> Does anyone know of a server URL that will present a revoked
> certificate (for my testing purposes)?
> >
> >Can you create a certificate for your own test site with Lets Encrypt,
> >then revoke it?
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to