https://github.com/sinfallas/cocsign
Script para la firma del código de conducta de ubuntu
https://github.com/sinfallas/cocsign
Last synced: 7 months ago
JSON representation
Script para la firma del código de conducta de ubuntu
- Host: GitHub
- URL: https://github.com/sinfallas/cocsign
- Owner: sinfallas
- License: gpl-2.0
- Created: 2019-06-23T15:19:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T00:01:04.000Z (about 5 years ago)
- Last Synced: 2025-01-18T01:41:22.448Z (over 1 year ago)
- Language: Shell
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# cocsign
[](https://github.com/sinfallas/cocsign/blob/master/LICENSE)
[](https://zenodo.org/badge/latestdoi/4102/sinfallas/cocsign)
[](https://travis-ci.org/sinfallas/cocsign)
Script para la firma del código de conducta de ubuntu y crear la llave ssh que se utilizara en launchpad.net
Basado en código de Eduardo Echeverria
## Modificaciones y Optimizaciones
* Jesus Palencia
* Hector Mantellini
Uso:
```bash
cocsign instalar|gpg|ssh nombre apellido tu@correo.com
```
Ejemplos:
* instalar (como root)
```bash
./cocsign instalar
```
* gpg
```bash
./cocsign gpg nombre apellido tu@correo.com
```
* ssh
```bash
./cocsign ssh
```