Welcome to the CA Server Repository.
This repository contains the source code, documentation, and related resources for the CA Server.
Overview of the major folders and documents in the project directory:
did-ca-server
├── CHANGELOG.md
├── CLA.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── dependencies-license.md
├── MAINTAINERS.md
├── README.md
├── README_ko.md
├── RELEASE-PROCESS.md
├── SECURITY.md
├── docs
│ └── api
│ └── CAS_API_ko.md
│ └── errorCode
│ └── CA_ErrorCode.md
│ └── installation
│ └── OpenDID_CAServer_InstallationAndOperation_Guide.md
│ └── OpenDID_CAServer_InstallationAndOperation_Guide_ko.md
│ └── db
│ └── OpenDID_TableDefinition_CAS.md
└── source
└── did-ca-admin
├── frontend
└── did-ca-server
Below is a description of each folder and file in the directory:
Name | Description |
---|---|
CHANGELOG.md | Version-specific changes in the project |
CODE_OF_CONDUCT.md | Code of conduct for contributors |
CONTRIBUTING.md | Contribution guidelines and procedures |
LICENSE | Licenses |
dependencies-license.md | Licenses for the project’s dependency libraries |
MAINTAINERS.md | Guidelines for project maintainers |
RELEASE-PROCESS.md | Procedures for releasing new versions |
SECURITY.md | Security policies and vulnerability reporting |
docs | Documentation |
┖ api | API guide documentation |
┖ errorCode | Error codes and troubleshooting guides |
┖ installation | Installation and setup instructions |
┖ db | Database ERD, Table Specifications |
source | Source code for the server and admin console |
┖ did-ca-server | CA Server source code |
┖ did-ca-admin | CA Admin source code |
┖ frontend | CA Admin frontend source code |
For detailed instructions on installing the CA Server, please refer to the guide below:
For detailed instructions on operating the CA Admin Console, please refer to the guide below:
- CAS API: Detailed reference for the CA Server's API endpoints and usage.
The Change Log provides a detailed record of version-specific changes and updates. You can find it here:
To watch our demonstration videos of the OpenDID system in action, please visit our Demo Repository.
These videos showcase key features including user registration, VC issuance, and VP submission processes.
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.