Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing methods to sign Document #5

Open
gogl92 opened this issue Nov 16, 2018 · 0 comments
Open

Missing methods to sign Document #5

gogl92 opened this issue Nov 16, 2018 · 0 comments

Comments

@gogl92
Copy link
Contributor

gogl92 commented Nov 16, 2018

In Ruby client we have:
Sign:

With a pre-created Certificate

  certificate = Mifiel::Certificate.find('cert-id')
  document.sign(certificate_id: certificate.id)

With a new one
document.sign(certificate: File.read('FIEL_AAA010101AAA.cer'))

In php client we don't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant