Skip to main content

Windows 7 - 64 bit - Carta Nazionale Servizi

Windows 7 - 64 bit - Carta Nazionale Servizi
Infocert


Installare il proprio lettore di smartcard (alcuni driver sono disponibili qui)

https://www.firma.infocert.it/installazione/lettore.php


Installare il certificato infocert (windows doppio click su file - sempre avanti)
https://www.firma.infocert.it/installazione/certificato.php
https://www.firma.infocert.it/pdf/InfoCert_Servizi_di_Certificazione.cer (link diretto)




Installare dike
https://www.firma.infocert.it/installazione/installazione_DiKeUtil.php
Per le carte serie 1401, 1402 e token USB serie 1501 DiKe fa uso del software CardOS API: per scaricarlo, vedere le istruzioni nella pagina di DiKe. (Rif. infocert)


Se non funziona dike per le carte che iniziano per: 1203, 1204, 1205, 7420,  6090
installare questa versione ipki (x64)
http://www.visura.org/downl/bit4id_ipki_1.2.15.0-k4-ccid-ext-x86-x64.zip


Per windows XP ed Aruba PEC utilizzare la versione 1.2.6.0


_____________________________________________

Firefox


Per Firefox seguire
Strumenti -> Opzioni -> Avanzate
Selezionare "Cifratura"
Cliccare su "Dispositivi di Sicurezza"
Cliccare su "Carica"
selezionare bit4ipki.dll presente nella cartella system32
ex.: C:\Windows\System32\bit4ipki.dll


______________________________________________________________

Riferimenti: https://www.firma.infocert.it/installazione/certificato3.php



______________________________________________________________


Problema "La rinegoziazione non è consentita su questo socket SSL"

andare nella configurazione di firefox ( about:config nella barre degli indirizzi )
aggiungere gli host dei siti voluti/necessari

es.:
security.ssl.renego_unrestricted_hosts   |  www.vetinfo.sanita.it

Riferimento soluzione trovata qui
http://forum.mozillaitalia.org/index.php?topic=50414.0

______________________________________________________________






Comments

Popular posts from this blog

2022 - Remove (the too many) Ads from Memu launcher

Simple method Download from pureapk "MEmu Launcher2" ex: MEmu Launcher2_v6.0.9_apkpure.com Install "System app remover" (root) remove from system apps the "memu launcher 2" import the "purified" MEmu Launcher2 apk with the Memu utility ("apk" on the right toolbar) Longer method Install "Export Apk" Export the memu launcher2  Install purify https://github.com/echo-devim/purify/raw/master/Purify.apk use purify with the exported memu launcher 2 Install "System app remover" (root) remove from system apps the "memu launcher 2" import the "purified" MEmu Launcher2 apk with the Memu utility ("apk" on the right toolbar)      

Database Collation when installing Opencart 3.x, 4.x

  To avoid several problems the database collation for opencart should be as follows: - for Opencart 4.0.1.1 and above it should be " utf8mb4_general_ci " - for Opencart 1.5.51 (Opencart  2.x, Opencart 3.x ) up to Opencart 4.0.1.0 the collation should be " utf8_general_ci " - for Opencart 1.4.1 up to Opencart 1.5.4.1 the collation should be " utf8_bin " - for Opencart <1.1.1 up to Opencart 1.4.0 the collation should be " utf8_unicode_ci " If you are using the latest version of mysql always use " utf8mb4_general_ci ". Never use UTF8mb3*