-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Model]: Certificate Signing Requests 1.0.0 #705
Merged
agg3fe
merged 11 commits into
eclipse-tractusx:main
from
johannsvarela:new_ecu_certificates_1.0.0
Apr 23, 2024
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1eb549f
Create RELEASE_NOTES.md
johannsvarela 54fd844
Create metadata.json
johannsvarela 88ae269
Create EcuCertificates
johannsvarela 854ac8b
Rename EcuCertificates to EcuCertificates.ttl
johannsvarela 3b97342
Update RELEASE_NOTES.md
johannsvarela 0229435
Update EcuCertificates.ttl
johannsvarela e31386c
Create RELEASE_NOTES.md
johannsvarela 75f2191
Create CertificateSigningRequests.ttl
johannsvarela 463c354
Create metadata.json
johannsvarela a273812
Delete io.catenax.ecu_certificates directory
johannsvarela 388fa80
Update CertificateSigningRequests.ttl
johannsvarela File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
100 changes: 100 additions & 0 deletions
100
io.catenax.certificate_signing_requests/1.0.0/CertificateSigningRequests.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
###################################################################### | ||
# Copyright (c) 2024 BASF SE | ||
# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) | ||
# Copyright (c) 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML) | ||
# Copyright (c) 2024 German Edge Cloud GmbH & Co. KG | ||
# Copyright (c) 2024 Henkel AG & Co. KGaA | ||
# Copyright (c) 2024 Mercedes Benz AG | ||
# Copyright (c) 2024 Robert Bosch Manufacturing Solutions GmbH | ||
# Copyright (c) 2024 SAP SE | ||
# Copyright (c) 2024 Siemens AG | ||
# Copyright (c) 2024 T-Systems International GmbH | ||
# Copyright (c) 2024 ZF Friedrichshafen AG | ||
# Copyright (c) 2024 Contributors to the Eclipse Foundation | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
# | ||
# This work is made available under the terms of the | ||
# Creative Commons Attribution 4.0 International (CC-BY-4.0) license, | ||
# which is available at | ||
# https://creativecommons.org/licenses/by/4.0/legalcode. | ||
# | ||
# SPDX-License-Identifier: CC-BY-4.0 | ||
####################################################################### | ||
|
||
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.1.0#>. | ||
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.1.0#>. | ||
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.1.0#>. | ||
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.1.0#>. | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>. | ||
@prefix : <urn:samm:io.catenax.certificate_signing_requests:1.0.0#>. | ||
|
||
:CertificateSigningRequests a samm:Aspect; | ||
samm:preferredName "Certificate Signing Requests"@en; | ||
samm:description "The certificate signing requests model contains the essential information needed to request specific certificates for a unique ECU component via a Certificate Signing Request (CSR) and to validate and certificate the ECU against this data."@en; | ||
samm:properties ([ samm:property :certificateSigningRequestList; samm:optional true ]); | ||
samm:operations (); | ||
samm:events (). | ||
|
||
:certificateSigningRequestList a samm:Property; | ||
samm:preferredName "Certificate Signing Request List"@en; | ||
samm:description "Describes one or more Certificate Singing Requests (CSR). Each set entry contains additional information (e.g. subjectCommonName, subjectLocality, etc.) in readable form, which is otherwise part of the encrypted CSR."@en; | ||
samm:characteristic :CertificateSigningRequestsCharacteristic. | ||
|
||
:CertificateSigningRequestsCharacteristic a samm-c:Set; | ||
samm:preferredName "Certificate Signing Requests Characteristic"@en; | ||
samm:description "A data set that can contain several Certificate Signing Requests (CSR). If CSRs exist, all subject information must be provided."@en; | ||
samm:dataType :CertificateSigningRequestsEntity. | ||
|
||
:CertificateSigningRequestsEntity a samm:Entity; | ||
samm:preferredName "Certificate Signing Requests Entity"@en; | ||
samm:description "The Entity of a certificate signing requests to additionally structure the set."@en; | ||
samm:properties (:subjectCommonName :subjectLocality :certificateSigningRequest :subjectSerialNumber). | ||
|
||
:subjectCommonName a samm:Property; | ||
samm:preferredName "Subject Common Name\t"@en; | ||
samm:description "Describes the common name on where the certificate is requested."@en; | ||
samm:characteristic :SubjectCommonNameCharacteristic; | ||
samm:exampleValue "IPsec-Internal". | ||
|
||
:subjectLocality a samm:Property; | ||
samm:preferredName "Subject Locality"@en; | ||
samm:description "Provides information about the specific type of the ECU that will be certified. \n\nThe value for the subjectLocality is always the same for an ECU and its attached CSRs, but is required to additionally validate each individual CSR."@en; | ||
samm:characteristic :SubjectLocalityCharacteristic; | ||
samm:exampleValue "ATM--02". | ||
|
||
:certificateSigningRequest a samm:Property; | ||
samm:preferredName "Certificate Signing Request"@en; | ||
samm:description "A CSR (Certificate Signing Request) is a 64-based PEM formatted and encrypted message to request and receive a digital certificate. The CSR validates the information required by a specific certification authority (CA) to issue the associated digital certificate.\n\nThe CSR consists of encrypted data, which can include, for example, basic information about the ECU and its manufacturer (common name, company, organizational unit, country, city/town, etc.), information about the public key attached to the certificate, as well as information on the key type and length."@en; | ||
samm:characteristic :CertificateSigningRequestCharacteristic; | ||
samm:exampleValue "MIIC2TCCAToCAQAwgZwxEzARBgNVBAgTClByb2R1Y3Rpb24xDDAKBgNVBAcMA0FUTTESMBAGA1UEChMJQk1XIEdyb3VwMRcwFQYDVQQLEw5WZWhpY2xlUEtJLUVDVTEXMBUGA1UEAxMOSVBzZWMtaW50ZXJuYWwxMTAvBgNVBAUTKEVDVS1VSUQ6QzAwMDgyNDI3MUREQTYwMDAwMDAwMDAwMjdBQTg0MjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAShNm4y5Mdzu4b9xDW3TfBZr". | ||
|
||
:subjectSerialNumber a samm:Property; | ||
samm:preferredName "Subject Serial Number"@en; | ||
samm:description "The serial number of the assembly part generated by the manufacturer that is used to identify the ECU component in a unique way. The subject serial number is identical to the serial number (partInstanceId) specified in the aspect model SerialPart.\n\nThe value for the subjectSerialNumber is always the same for an ECU and its attached CSRs, but is required to additionally validate each individual CSR."@en; | ||
samm:see <https://github.com/eclipse-tractusx/sldt-semantic-models/tree/main/io.catenax.serial_part>; | ||
samm:characteristic :SubjectSerialNumberCharacteristic; | ||
samm:exampleValue "ECU-UID:SN12345678". | ||
|
||
:SubjectCommonNameCharacteristic a samm:Characteristic; | ||
samm:preferredName "Subject Common Name Characteristic"@en; | ||
samm:description "The characteristic of the subject common characteristic, that is defined as a String."@en; | ||
samm:dataType xsd:string. | ||
|
||
:SubjectLocalityCharacteristic a samm:Characteristic; | ||
samm:preferredName "Subject Locality Characteristic"@en; | ||
samm:description "The characteristic of the subject locality, that is defined as a String."@en; | ||
samm:dataType xsd:string. | ||
|
||
:CertificateSigningRequestCharacteristic a samm:Characteristic; | ||
samm:preferredName "Certificate Signing Request Characteristic"@en; | ||
samm:description "The characteristic of the certificate signing request ID, that is defined as a String."@en; | ||
samm:dataType xsd:string. | ||
|
||
:SubjectSerialNumberCharacteristic a samm:Characteristic; | ||
samm:preferredName "Subject Serial Number Characteristic"@en; | ||
samm:description "The characteristic of the subject serial number, that is defined as a String."@en; | ||
samm:dataType xsd:string. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"status" : "release"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
All notable changes to this model will be documented in this file. | ||
|
||
## [1.0.0] 2024-04-22 | ||
|
||
- initial version of the aspect model for Certificate Signing Requests |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this link or reference through a "see-link" to the serial part aspect?