Skip to content

Commit

Permalink
Add publiccode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Nov 14, 2023
1 parent 0ca508c commit 863682c
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml

publiccodeYmlVersion: '0.2'
categories:
- application-development
- e-signature
dependsOn:
open:
- name: DSS Eidas
optional: false
version: ''
versionMax: ''
versionMin: ''
description:
it:
features:
- verifica firma digitale
- eidas
genericName: Verificatore di firma digitale
longDescription: |+
Microservizio realizzato per effettuare verifica e validazione di
documenti con firma digitale. Realizzato attraverso framework [Spring
Boot](https://spring.io/projects/spring-boot) (versione 3.x) e [OpenJDK
17](https://openjdk.org/projects/jdk/17/), utilizza la versione **5.12.1**
del progetto
[DSS](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/Digital+Signature+Service+-++DSS).
Compatibile con le ultimissime versioni di Kubernets ed Openshift,
consigliato l'utilizzo di Docker e/o sistema operativo Linux per
l'esecuzione del launcher.
shortDescription: |-
Microservizio che implementa la verifica di documenti firmati attraverso
api DSS EIDAS
developmentStatus: stable
intendedAudience:
countries:
- it
it:
conforme:
gdpr: false
lineeGuidaDesign: false
misureMinimeSicurezza: false
modelloInteroperabilita: false
countryExtensionVersion: '0.2'
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
riuso:
codiceIPA: r_emiro
landingURL: 'https://github.com/RegioneER/parer-verifica-firma-eidas'
legal:
license: AGPL-3.0-or-later
mainCopyrightOwner: Regione Emilia-Romagna
repoOwner: Regione Emilia-Romagna
localisation:
availableLanguages:
- it
localisationReady: true
logo: |-
https://raw.githubusercontent.com/RegioneER/parer-verifica-firma-eidas/master/src/docs/rer-logo.png
maintenance:
contacts:
- email: [email protected]
name: Cristiano Casagni
contractors:
- name: ' Engineering Ingegneria Informatica S.p.A.'
until: '2024-06-30'
type: contract
name: Verifica Firma Eidas
platforms:
- linux
releaseDate: '2023-11-13'
softwareType: standalone/backend
url: 'https://github.com/RegioneER/parer-verifica-firma-eidas.git'
applicationSuite: SACER

0 comments on commit 863682c

Please sign in to comment.