Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2021-02-11 16:17:23 +00:00
parent 6f91baab5c
commit ac3c47befe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: |
+1 -1
View File
@@ -224,7 +224,7 @@ Creates a root CA with certutil
```powershell
certutil -addstore my .\test-cert.cer
certutil -addstore my #{pfx_path}
```
#### Cleanup Commands: