Size: 308
Comment:
|
← Revision 8 as of 2023-06-14 14:20:15 ⇥
Size: 487
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* https://aplicacoes.autenticacao.gov.pt/plugin/plugin-autenticacao-gov.deb?_ga=2.54853611.1730798656.1686733538-460796855.1637876061&_gl=1*sryunn*_ga*NDYwNzk2ODU1LjE2Mzc4NzYwNjE.*_ga_QTHS2FFSS4*MTY4NjczMzUzOC4yLjEuMTY4NjczNDYxNi42MC4wLjA. * sudo dpkg -i plugin-autenticacao-gov.deb |
Download JAR from https://autenticacao.gov.pt/fa/ajuda/autenticacaogovpt.aspx Source code for desktop app https://github.com/amagovpt/autenticacao.gov {{{#!highlight sh git clone https://github.com/amagovpt/autenticacao.gov.git }}} === Run in Debian === Start plugin from the command line {{{#!highlight sh sudo apt install pcscd sudo apt install pcsc-tools pcsc_scan # start authentication plugin java -jar plugin-autenticacao-gov.jar }}} |
AutenticacaoGov
Download JAR from https://autenticacao.gov.pt/fa/ajuda/autenticacaogovpt.aspx
Source code for desktop app https://github.com/amagovpt/autenticacao.gov
1 git clone https://github.com/amagovpt/autenticacao.gov.git
Run in Debian
Start plugin from the command line