PHP implementation of an OIDC registration service for ORY Hydra.
Find a file
2024-09-09 00:22:30 +02:00
html Initial creation of new Repository 2024-09-06 22:00:02 +02:00
misc Added NGinx configuration file to repository. 2024-09-08 04:45:31 +02:00
about.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
admin_delete.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
cacert.ini.sample Initial creation of new Repository 2024-09-06 22:00:02 +02:00
delete.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
delete1.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
favicon.ico Initial creation of new Repository 2024-09-06 22:00:02 +02:00
index.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
info.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
INSTALL.txt Added Installation instructions. 2024-09-09 00:15:10 +02:00
list.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
README.md Updated README to give beginning procedure. 2024-09-09 00:22:30 +02:00
register.php Initial creation of new Repository 2024-09-06 22:00:02 +02:00
scotland-travel-destination-shutterstock-512226913.jpg Initial creation of new Repository 2024-09-06 22:00:02 +02:00
style.css Initial creation of new Repository 2024-09-06 22:00:02 +02:00

Creating a CAcert OIDC server

The following should help you to create a machine that allows you to register sites that can behave as an OpenID Connect server for CAcert Client Certificates.

Most of the instructions are in INSTALL.txt, but this will give you a few instructions as a bootstrap.

Start by creating a working directory to work in. I will refer to this as [WorkingDirectory].

To install this project, you should start with a machine, whether physical or virtual, based on Debian 12.

You also need to have Git installed in this machine.

Once that is accomplished, change into that [WorkdingDirectory] and:

git clone https://code.cacert.org/cacert/oidc-registration-php.git cd oidc-registration-php

Once there, you can open the INSTALL.txt file and follow those instructions.