first test: is the harware enabled ?
sudo rfkill listif the command shows:
Hard bloked: yesthis means that your wifi switch is on postion OFF.
sudo rfkill listif the command shows:
Hard bloked: yesthis means that your wifi switch is on postion OFF.
The given key was not present in the dictionary
Get-ACMEIdentifier
-- with no arguments, this cmdlet will
list all the current Identifiers you have in the Vault; if you give it
an Identifier reference (e.g. sequence number, Alias or GUID) it will
give you more details about that particular IdentifierGet-ACMEChallengeHandlerProfile -ListChallengeTypes
-- this
will return the list of all Challenge Types that are currently
registered and available in the current PS session, e.g. dns-01
, http-01
Get-ACMEChallengeHandlerProfile -ListChallengeHandlers
--
this will return the list of all Challenge Handlers that are currently
registered and available in the current PS session, e.g. manual
, iis
, awsRoute53
, awsS3
Get-ACMEChallengeHandlerProfile -GetChallengeHandler iis -ParametersOnly
-- this form of the cmdlet will list details about the parameters that
must or may be specified for the named Challenge Handler typeStuck in the pending status
(Update-ACMEIdentifier dns1 -ChallengeType http-01).Challenges
should exhibit that one among three of the challenges is valid.Cannot export PKCS12; Issuer certificate hasn't been resolved
Update-ACMECertificate certAlias
solves the problem.