-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ca508c
commit 863682c
Showing
1 changed file
with
88 additions
and
0 deletions.
There are no files selected for viewing
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,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 |