github.com/Venafi/vcert/v5@v5.10.2/aruba/features/enroll/pickup.feature (about) 1 @FAKE 2 Feature: pickup is an action for retrieving certificates 3 4 As a user 5 I want to be able to retrieve certificate, chain and private key from remote endpoint 6 7 Background: 8 And the default aruba exit timeout is 180 seconds 9 10 Scenario: should write private key to -key-file if specified (makes sense only with -csr service) 11 Given I enroll a certificate in test-mode with -no-prompt -cn vfidev.example.com -csr service -no-pickup -pickup-id-file p.txt 12 Then I retrieve the certificate using a dummy password in test-mode with -pickup-id-file p.txt 13 And it should retrieve certificate 14 And it should output encrypted private key