Skip to content

Instantly share code, notes, and snippets.

View mcalero11's full-sized avatar
🎯
Focusing

Marvin Calero mcalero11

🎯
Focusing
View GitHub Profile
@mcalero11
mcalero11 / README.md
Created June 7, 2025 18:00
Test Certificate Generator for SVFE API Firmador

Test Certificate Generator for SVFE API Firmador

A bash script to generate valid test certificates for the El Salvador Electronic Tax Document (DTE) signing API.

Overview

This script generates XML certificates in the custom format required by the SVFE (Sistema de Facturación Virtual Electrónica) API for document signing. The certificates contain RSA key pairs and are compatible with the Java Spring Boot application that handles DTE digital signatures.

Features

Sure! The React Native WebView component is a powerful tool that allows you to embed web content directly into your React Native application. Here are some of its most relevant features:1. Loading Web Contentsource Prop: The source prop is used to load web content into the WebView. It accepts an object with either a uri or html.Load from a URI:jsx