Proyecto para permitir usar el certificado digital en cualquier sistema operativo contenido en una imagen Docker.
Go to file
sergiotarxz 4509355cf3
Adding instructions.
2021-01-15 16:57:51 +01:00
Dockerfile Adding files needed to create a container able to store the spanish digital certificate. 2021-01-15 16:25:46 +01:00
LICENSE Initial commit 2021-01-15 16:24:11 +01:00
README.md Adding instructions. 2021-01-15 16:57:51 +01:00
configurador.db Adding files needed to create a container able to store the spanish digital certificate. 2021-01-15 16:25:46 +01:00
configuradorfnmt_1.0.1-0_amd64.deb Adding files needed to create a container able to store the spanish digital certificate. 2021-01-15 16:25:46 +01:00
configuradorfnmt_1.0.1-0_amd64.deb.sha512sum Adding files needed to create a container able to store the spanish digital certificate. 2021-01-15 16:25:46 +01:00

README.md

CertificadoDigitalDocker

Proyecto para permitir usar el certificado digital en cualquier sistema operativo contenido en una imagen Docker.

Crear imagen

cp ~/.ssh/id_rsa.pub .
docker build . -t certificado

Uso

nohup docker run --name certificado certificado &
ssh -Y $(docker inspect certificado | jq '.[0].NetworkSettings.Networks.bridge.IPAddress' | sed -e 's/"//g')
firefox

DISCLAIMER

THIS CODE IS PROVIDED WITH THE HOPE IT WILL BE USEFULL BUT WITHOUT ANY WARRANTY UNDER THE MIT LICENSE.