Skip to content

Autofirma running on a docker container with Firefox, accessible through another browser via a VNC wrapper.

License

Notifications You must be signed in to change notification settings

rgon/autofirma-docker

Repository files navigation

About

This container runs a remote sandboxed environment with firefox and autofirma. It can be accessed with any web browser.

Usage

NOTE: ironically, it performs quite better in Chromium than in Firefox (offering near-native performance)

  • If you need any certificates inside the autofirma environment, copy them inside the certificates/ folder. They'll be available inside the container in /config/certificates/ (Home/certificates in the integrated file picker).
  • For your convenience, you may use the documents/ folder to copy any files to sign & retrieve the signed result.
  • If you need to run any application inside the virtual environment (like running autofirma with CLI arguments), you may access the container's shell using ./shell.sh. Any GUI window that may spawn from your commands will also appear inside the remote desktop's view.

Motivation

Autofirma is required by many Spanish government websites for online operations, but its design raises several security concerns:

  • It has a messy and unstructured and hard-to-audit code structure with over 50 classes in the root directory.
  • It patches the client's web browser with javascript
  • They do not provide reproducible builds nor hashes for its built binaries
  • The built binary is downloaded from a website with a non-trusted HTTPS certificate controlled by the spanish government itself which has been known in the past to enable sketchy MITM operations
  • Many websites example here require trusting the root certificate of autofirma /usr/lib/Autofirma/Autofirma_ROOT.cer in the browser, which further enables MITM, and there's absolutely no intention to remove this requirement (see ctt-gob-es/clienteafirma/issues/167)
  • And other concerns

This setup minimizes risk by running inside a container, instead of in your host machine.

Tip

It can also be used to sign documents from within an organization without sharing keys, in a centralized UI. Keep in mind, it should be secured behind a private network,and proper security practices should be performed.

Requirements

About

Autofirma running on a docker container with Firefox, accessible through another browser via a VNC wrapper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •