Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veltys/rdpcertificateinstaller
Small script to automatically install as RDP certificate a given one by its domain name
https://github.com/veltys/rdpcertificateinstaller
powershell powershell-script windows windows-10 windows-11 windows-server windows-server-2016 windows-server-2019 windows-server-2022
Last synced: 2 months ago
JSON representation
Small script to automatically install as RDP certificate a given one by its domain name
- Host: GitHub
- URL: https://github.com/veltys/rdpcertificateinstaller
- Owner: Veltys
- License: gpl-3.0
- Created: 2022-08-19T14:06:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T19:22:51.000Z (about 1 year ago)
- Last Synced: 2023-10-16T17:54:26.642Z (about 1 year ago)
- Topics: powershell, powershell-script, windows, windows-10, windows-11, windows-server, windows-server-2016, windows-server-2019, windows-server-2022
- Language: PowerShell
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RDPCertificateInstaller
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b595e614864f42fea44f6ee05d4ffe9b)](https://www.codacy.com/gh/Veltys/RDPCertificateInstaller/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Veltys/RDPCertificateInstaller&utm_campaign=Badge_Grade)
[![GitHub release](https://img.shields.io/github/release/Veltys/RDPCertificateInstaller.svg)](https://GitHub.com/Veltys/RDPCertificateInstaller/releases/)
[![GitHub commits](https://badgen.net/github/commits/Veltys/RDPCertificateInstaller)](https://GitHub.com/Veltys/RDPCertificateInstaller/commit/)
[![GitHub latest commit](https://badgen.net/github/last-commit/Veltys/RDPCertificateInstaller)](https://GitHub.com/Veltys/RDPCertificateInstaller/commit/)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/Veltys/RDPCertificateInstaller/blob/master/LICENSE)Small script to automatically install as RDP certificate a given one by its domain name
## Description
Small script that allows automatically install a specified RDP certificate by its domain name## Changelog
### To-do (*TODO*)
- [ ] Create a to-do list### [1.0.4] - 2023-10-15
#### Fixed
- Powershell executable### [1.0.3] - 2022-12-28
#### Added
- Releases#### Fixed
- **README.md** format### [1.0.2] - 2022-11-25
#### Deleted
- Unnecessary echo### [1.0.1] - 2022-11-25
#### Fixed
- Code quality### [1.0.0] - 2022-08-19
#### Added
- All files with the minimum required functionality