Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
6f91baab5c
commit
ac3c47befe
@@ -32355,7 +32355,7 @@ defense-evasion:
|
||||
Export-Certificate -Type CERT -Cert Cert:\LocalMachine\My\$($cert.Thumbprint) -FilePath #{pfx_path}
|
||||
Get-ChildItem Cert:\LocalMachine\My\$($cert.Thumbprint) | Remove-Item
|
||||
executor:
|
||||
command: 'certutil -addstore my .\test-cert.cer
|
||||
command: 'certutil -addstore my #{pfx_path}
|
||||
|
||||
'
|
||||
cleanup_command: |
|
||||
|
||||
@@ -224,7 +224,7 @@ Creates a root CA with certutil
|
||||
|
||||
|
||||
```powershell
|
||||
certutil -addstore my .\test-cert.cer
|
||||
certutil -addstore my #{pfx_path}
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
|
||||
Reference in New Issue
Block a user