Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions model/Service/Classes/SoftwareService.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Any additional providers can use a relationship of relationship type availableFr

## Properties

- serverAuthenticationProtocol
- type: AuthenticationProtocolType
- serverKeyValidationProtocol
- type: KeyValidationProtocolType
- minCount: 0
- serviceHostingCountry
- type: /Core/CountryCodeAlpha3
Expand Down
17 changes: 0 additions & 17 deletions model/Service/Properties/serverAuthenticationProtocol.md

This file was deleted.

17 changes: 17 additions & 0 deletions model/Service/Properties/serverKeyValidationProtocol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
SPDX-License-Identifier: Community-Spec-1.0

# serverKeyValidationProtocol

## Summary

Key validation protocol used during the authentication of servers or services over a network.

## Description

Protocol used to validate keys used in authenticating servers or services over a network.

## Metadata

- name: serverKeyValidationProtocol
- Nature: ObjectProperty
- Range: KeyValidationProtocolType
22 changes: 0 additions & 22 deletions model/Service/Vocabularies/AuthenticationProtocolType.md

This file was deleted.

21 changes: 21 additions & 0 deletions model/Service/Vocabularies/KeyValidationProtocolType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SPDX-License-Identifier: Community-Spec-1.0

# KeyValidationProtocolType

## Summary

Protocols which support PKI key validation.

## Description

This enumeration provides common protocols used in key validation used during the authentication of servers or services over a network.

## Metadata

- name: KeyValidationProtocolType

## Entries

- ocsp: Online Certificate Status Protocol, or OCSP, is a common scheme used to maintain the security of a server and other network resources as defined in [RFC 2560](https://datatracker.ietf.org/doc/rfc2560/)
- crl: Certificate Revocation List, or CRL, is a list of revoked certificates as defined in [RFC 5280]](https://datatracker.ietf.org/doc/rfc5280/) that is downloaded from the Certificate Authority (CA).
- other: A key validation protocol not covered by one of the other KeyValidationProtocolType.