# frp **Repository Path**: LukeG/frp ## Basic Information - **Project Name**: frp - **Description**: fast deploy of frp - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-22 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # frp ### Github [https://github.com/fatedier/frp](https://github.com/fatedier/frp) ### Version 0.60.0 ### TLS To generate a CA, you can execute codes below ```shell openssl genrsa -out ca.key 2048 openssl req -x509 -new -nodes -key ca.key -subj "/CN=example.ca.com" -days 5000 -out ca.crt chmod 400 ca.key chmod 444 ca.crt ```