Para instalar AutoFirma en un Chromebook y solucionar los problemas de compatibilidad (error "fixed"), es necesario utilizar el entorno de desarrollo de Linux (Crostini). ChromeOS no permite la ejecución directa de archivos .exe o instaladores estándar de Windows, por lo que el proceso requiere habilitar Linux y configurar manualmente las dependencias de Java y los certificados de confianza. 1. Activar el entorno Linux en Chromebook
Antes de instalar cualquier software, debes habilitar la compatibilidad con aplicaciones Linux en tu dispositivo:
Haz clic en la hora (esquina inferior derecha) y selecciona el icono de Configuración (engranaje).
En el menú lateral, selecciona Avanzado y luego Desarrolladores.
Junto a Entorno de desarrollo de Linux, haz clic en Instalar.
Sigue los pasos del asistente (asigna al menos 10 GB de espacio) y espera a que se abra la ventana de la Terminal. 2. Descargar AutoFirma para Linux Accede al Portal de Firma Electrónica desde tu navegador.
Descarga la versión para Linux (específicamente el paquete para Debian de 64 bits).
Abre la aplicación Archivos de tu Chromebook, busca el archivo .zip descargado y muévelo a la carpeta Archivos de Linux.
Haz doble clic en el .zip para abrirlo y extrae el archivo .deb dentro de la carpeta Archivos de Linux. 3. Instalación y solución de errores (Fixed)
Para que AutoFirma funcione correctamente, debes instalar las dependencias de Java y el paquete descargado mediante comandos en la terminal:
Actualizar el sistema:Escribe en la terminal y pulsa Enter:sudo apt update && sudo apt upgrade -y como instalar autofirma en chromebook fixed
Instalar Java (JRE):AutoFirma requiere Java para ejecutarse. Instálalo con:sudo apt install openjdk-11-jre -y
Instalar el paquete de AutoFirma:Sustituye nombre_archivo.deb por el nombre real del archivo que extrajiste:sudo apt install ./nombre_archivo.deb 4. Configuración del Certificado SSL en Chrome
El error más común es que el navegador no reconozca a AutoFirma. Para solucionarlo, debes importar el certificado de confianza manual en ChromeOS: ¿Cómo instalar AutoFirma en un Chromebook / Chrome OS?
To install AutoFirma on a Chromebook, you must use the Linux development environment. Standard ChromeOS does not support the installation of .deb or .exe files directly, but enabling Linux provides a compatible subsystem. 🛠️ Step 1: Enable Linux on ChromeOS Open Settings. Select Advanced > Developers. Next to "Linux development environment", click Turn On.
Follow the prompts (standard disk size is usually sufficient). 📥 Step 2: Download AutoFirma Visit the official Portal Firma website. Download the Linux version (Debian/Ubuntu .deb package).
Move the downloaded file from your "Downloads" folder to the "Linux files" folder in the Files app. 💻 Step 3: Install via Terminal
Open the Terminal app from your application drawer and run these commands to install dependencies and the software: Update your system:sudo apt update && sudo apt upgrade Install Java (Required):sudo apt install openjdk-11-jre Install AutoFirma:sudo dpkg -i AutoFirma_Linux.deb
Fix missing dependencies (if needed):sudo apt --fix-broken install 🔧 Step 4: Fix the "Connection Error"
ChromeOS often blocks the communication between the browser and AutoFirma. To fix this:
Import the Certificate: Open Terminal and run:cp /usr/lib/AutoFirma/AutoFirma_ROOT.cer ~ Para instalar AutoFirma en un Chromebook y solucionar
Chrome Settings: Go to Settings > Privacy and security > Security > Manage device certificates.
Authorities: Under the "Authorities" tab, click Import and select the AutoFirma_ROOT.cer file you just copied.
Trust: Check the boxes to "Trust this certificate for identifying websites". 💡 Alternatives
If the Linux method is too complex, you can try these options:
Android App: Download the AutoFirma App from the Play Store for signing PDFs directly.
Firefox ESR: Some users find that installing Firefox within the Linux environment works more reliably with AutoFirma than the native Chrome browser.
Instructions on how to import your digital certificate (.p12 or .pfx) into the Linux environment?
Steps to install Firefox on your Chromebook to use with AutoFirma? AI responses may include mistakes. Learn more
Installing AutoFirma on a Chromebook requires activating the Linux development environment, downloading the Debian/Ubuntu package from the official Firmaelectronica portal, and installing it via the Linux container. Digital certificates must then be imported into the Linux environment, typically within the Firefox certificate store, as the application requires specific configuration to work. For detailed installation steps and troubleshooting for x86_64 processors, consult the community advice at Sede electrónica del Ministerio de Industria y Turismo
Sede electrónica del Ministerio de Industria y Turismo - AutoFirma Then, she plugged in her smart card reader,
This was the secret sauce. Chromebooks don’t pass USB smart card readers to Linux by default.
She installed pcscd (PC/SC daemon) and the USB utilities:
sudo apt install pcscd libpcsclite1 pcsc-tools
Then, she plugged in her smart card reader, went to Chrome OS Settings > Linux > Manage USB Devices, and toggled the connection for her card reader to "Connect to Linux".
Back in the terminal, she started the service:
sudo systemctl start pcscd
sudo systemctl enable pcscd
Elena didn’t want to open the terminal every time. She created a desktop shortcut.
She created a file ~/.local/share/applications/autofirma.desktop with:
[Desktop Entry]
Name=AutoFirma
Exec=/home/[YOUR_USERNAME]/Autofirma/run_autofirma.sh
Icon=applications-system
Type=Application
Terminal=false
Then she ran:
update-desktop-database ~/.local/share/applications/
Now, an Autofirma icon appeared in her Chromebook’s app launcher alongside her other Android and web apps.
Los lectores USB antiguos NO funcionan en ARM. La solución fixed es usar AutoFirma en modo "Fichero local":
/usr/bin/autofirma exists and is executable.~/.local/share/applications/autofirma.desktop with:[Desktop Entry]
Name=AutoFirma
Exec=/usr/bin/autofirma
Type=Application
Icon=autofirma
sudo apt install openjdk-11-jre
sudo update-alternatives --config java
Si tienes un Chromebook y has intentado realizar un trámite con la administración pública española, probablemente te has encontrado con el dolor de cabeza de que AutoFirma no funciona.
El problema principal es que AutoFirma es una aplicación diseñada para Windows, macOS y Linux "estándar". Aunque los Chromebooks modernos soportan aplicaciones de Android y Linux (Crostini), la integración no es automática. Si has buscado "AutoFirma Chromebook fixed" o "solucionado", has llegado al lugar correcto.
Aquí tienes la guía paso a paso para que puedas firmar tus documentos sin morir en el intento.