Skip to content

Commit c1209a4

Browse files
authored
Merge pull request #224 from jakehildreth/testing
New release with updated URLs
2 parents 4b770ff + e162e3a commit c1209a4

23 files changed

+149
-149
lines changed

Build/Build-Module.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Build-Module -ModuleName 'Locksmith' {
2929
Author = 'Jake Hildreth'
3030
Copyright = "(c) 2022 - $CopyrightYear. All rights reserved."
3131
Description = 'A small tool to find and fix common misconfigurations in Active Directory Certificate Services.'
32-
ProjectUri = 'https://github.com/TrimarcJake/Locksmith'
33-
IconUri = 'https://raw.githubusercontent.com/TrimarcJake/Locksmith/main/Images/locksmith.ico'
32+
ProjectUri = 'https://github.com/jakehildreth/Locksmith'
33+
IconUri = 'https://raw.githubusercontent.com/jakehildreth/Locksmith/main/Images/locksmith.ico'
3434
PowerShellVersion = '5.1'
3535
Tags = @('Windows', 'Locksmith', 'CA', 'PKI', 'ActiveDirectory', 'CertificateServices', 'ADCS')
3636
}

CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ All types of contributions are encouraged and valued. See the [Table of Contents
2525
## Code of Conduct
2626

2727
This project and everyone participating in it is governed by the
28-
[Locksmith Code of Conduct](https://github.com/TrimarcJake/Locksmith/blob/main/CODE_OF_CONDUCT.md).
28+
[Locksmith Code of Conduct](https://github.com/jakehildreth/Locksmith/blob/main/CODE_OF_CONDUCT.md).
2929
By participating, you are expected to uphold this code. Please report unacceptable behavior
3030
to <coc@dotdot.horse>.
3131

3232
## I Have a Question
3333

34-
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/TrimarcJake/Locksmith/blob/main/README.md).
34+
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/jakehildreth/Locksmith/blob/main/README.md).
3535
36-
Before you ask a question, it is best to search for existing [Issues](https://github.com/TrimarcJake/Locksmith/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
36+
Before you ask a question, it is best to search for existing [Issues](https://github.com/jakehildreth/Locksmith/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
3737

3838
If you then still feel the need to ask a question and need clarification, we recommend the following:
3939

40-
- Open an [Issue](https://github.com/TrimarcJake/Locksmith/issues/new/choose).
40+
- Open an [Issue](https://github.com/jakehildreth/Locksmith/issues/new/choose).
4141
- Provide as much context as you can about what you're running into.
4242
- Provide project and platform versions (Windows Version, Powershell Version, Windows Terminal, etc.), depending on what seems relevant.
4343

@@ -57,8 +57,8 @@ We will then take care of the issue as soon as possible.
5757
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
5858

5959
- Make sure that you are using the latest version.
60-
- Determine if your bug is really a bug and not an error on your side. e.g., using incompatible environment components or versions. (Make sure that you have read the [documentation](https://github.com/TrimarcJake/Locksmith/blob/main/README.md). If you are looking for support, you might want to check [this section](#i-have-a-question)).
61-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/TrimarcJake/Locksmith/issues?q=label%3Abug).
60+
- Determine if your bug is really a bug and not an error on your side. e.g., using incompatible environment components or versions. (Make sure that you have read the [documentation](https://github.com/jakehildreth/Locksmith/blob/main/README.md). If you are looking for support, you might want to check [this section](#i-have-a-question)).
61+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/jakehildreth/Locksmith/issues?q=label%3Abug).
6262
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
6363
- Collect information about the bug:
6464
- OS, platform, and version of client machine. (Locksmith is only supported on Windows 10+/2016+ at this time.)
@@ -74,7 +74,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
7474
7575
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
7676

77-
- Open an [issue](https://github.com/TrimarcJake/Locksmith/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
77+
- Open an [issue](https://github.com/jakehildreth/Locksmith/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
7878
- Explain the behavior you would expect and the actual behavior you observe.
7979
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports, you should isolate the problem and create a reduced test case.
8080
- Provide the information you collected in the previous section.
@@ -93,14 +93,14 @@ This section guides you through submitting an enhancement suggestion for Locksmi
9393
#### Before Submitting an Enhancement
9494

9595
- Make sure that you are using the latest version.
96-
- Read the [documentation](https://github.com/TrimarcJake/Locksmith/blob/main/README.md) carefully and find out if the functionality is already covered, maybe by an individual configuration.
97-
- Perform a [search](https://github.com/TrimarcJake/Locksmith/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
96+
- Read the [documentation](https://github.com/jakehildreth/Locksmith/blob/main/README.md) carefully and find out if the functionality is already covered, maybe by an individual configuration.
97+
- Perform a [search](https://github.com/jakehildreth/Locksmith/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
9898
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing a new function.
9999

100100
<!-- omit in toc -->
101101
#### How Do I Submit a Good Enhancement Suggestion?
102102

103-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/TrimarcJake/Locksmith/issues).
103+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/jakehildreth/Locksmith/issues).
104104

105105
- Use a **clear and descriptive title** for the issue to identify the suggestion.
106106
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.

Docs/index.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
```
1212
A small tool built to find and fix common misconfigurations in Active Directory Certificate Services.
1313
<!-- locksmith-badges-start -->
14-
![GitHub release](https://img.shields.io/github/v/release/trimarcjake/locksmith?sort=semver)
15-
![GitHub top language](https://img.shields.io/github/languages/top/trimarcjake/locksmith)
14+
![GitHub release](https://img.shields.io/github/v/release/jakehildreth/locksmith?sort=semver)
15+
![GitHub top language](https://img.shields.io/github/languages/top/jakehildreth/locksmith)
1616
![PowerShell Gallery Platform Support](https://img.shields.io/powershellgallery/p/locksmith)
17-
[![GitHub contributors](https://img.shields.io/github/contributors/trimarcjake/locksmith.svg)](https://github.com/trimarcjake/locksmith/graphs/contributors/)
17+
[![GitHub contributors](https://img.shields.io/github/contributors/jakehildreth/locksmith.svg)](https://github.com/jakehildreth/locksmith/graphs/contributors/)
1818
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
19-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/trimarcjake/Locksmith/powershell.yml?logo=github&label=PSScriptAnalyzer)
19+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jakehildreth/Locksmith/powershell.yml?logo=github&label=PSScriptAnalyzer)
2020
![PowerShell Gallery Downloads](https://img.shields.io/powershellgallery/dt/locksmith?logo=powershell&label=PowerShell%20Gallery%20Downloads&color=blue)
2121
<!-- locksmith-badges-end -->
2222
## Contents
@@ -45,7 +45,7 @@ Install-Module -Name Locksmith -Scope CurrentUser
4545

4646
### Alternative Installation Methods
4747
1. Download and Use the Module Without Installing It
48-
1. Download the [latest module version](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Locksmith.zip).
48+
1. Download the [latest module version](https://github.com/jakehildreth/Locksmith/releases/latest/download/Locksmith.zip).
4949
2. Open a PowerShell prompt to the location of the extracted file and run:
5050
```powershell
5151
Unblock-File .\Locksmith.zip # if necessary to unblock the download
@@ -54,7 +54,7 @@ Install-Module -Name Locksmith -Scope CurrentUser
5454
Invoke-Locksmith
5555
```
5656
2. Download the Standalone Script Without Module
57-
1. Download the latest monolithic (all-in-one) script version: [https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip).
57+
1. Download the latest monolithic (all-in-one) script version: [https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip).
5858
2. Open a PowerShell prompt to the location of the downloaded file and run:
5959
```powershell
6060
Unblock-File .\Invoke-Locksmith.zip
@@ -79,7 +79,7 @@ Invoke-Locksmith
7979
# Script Syntax
8080
.\Invoke-Locksmith.ps1
8181
```
82-
Example Output for Mode 0: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode0.md>
82+
Example Output for Mode 0: <https://github.com/jakehildreth/Locksmith/blob/main/examples/Mode0.md>
8383

8484
<a name="Mode1" id="Mode1"></a>
8585

@@ -94,7 +94,7 @@ Invoke-Locksmith -Mode 1
9494
# Script Syntax
9595
.\Invoke-Locksmith.ps1 -Mode 1
9696
```
97-
Example Output for Mode 1: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode1.md>
97+
Example Output for Mode 1: <https://github.com/jakehildreth/Locksmith/blob/main/examples/Mode1.md>
9898

9999
<a name="Mode2" id="Mode2"></a>
100100

@@ -109,7 +109,7 @@ Invoke-Locksmith -Mode 2
109109
# Script Syntax
110110
.\Invoke-Locksmith.ps1 -Mode 2
111111
```
112-
Example Output for Mode 2: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode2.md>
112+
Example Output for Mode 2: <https://github.com/jakehildreth/Locksmith/blob/main/examples/Mode2.md>
113113

114114
<a name="Mode3" id="Mode3"></a>
115115

@@ -123,7 +123,7 @@ Invoke-Locksmith -Mode 3
123123
# Script Syntax
124124
.\Invoke-Locksmith.ps1 -Mode 3
125125
```
126-
Example Output for Mode 3: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode3.md>
126+
Example Output for Mode 3: <https://github.com/jakehildreth/Locksmith/blob/main/examples/Mode3.md>
127127

128128
<a name="Mode4" id="Mode4"></a>
129129

@@ -138,7 +138,7 @@ Invoke-Locksmith -Mode 4
138138
# Script Syntax
139139
.\Invoke-Locksmith.ps1 -Mode 4
140140
```
141-
Example Output for Mode 4: <https://github.com/TrimarcJake/Locksmith/blob/main/examples/Mode4.md>
141+
Example Output for Mode 4: <https://github.com/jakehildreth/Locksmith/blob/main/examples/Mode4.md>
142142

143143
<a name="Scans" id="Scans"></a>
144144

0 commit comments

Comments
 (0)