-
Notifications
You must be signed in to change notification settings - Fork 26
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
Reproduce veraison demo #278
Comments
@L0czek Could you check that error? |
Oh, I resolved it myself. I guess it was a my local configuration error. Closed this issue. (not yet successfully reproduced it as a whole though) |
One more question-- I faced the following error message, when realm-application is executing
One change I made to realm-application is, I used a pre-made RsaPrivateKey instead of generating RsaPrivateKey (because it is too slow..). I think this error has something to do with my change. (but when I tested the pre-made rsa key pair, it went successful in Realm) |
I wonder if it is not the same issue as #274 |
It was the same issue. I've reproduced well the whole procedure specified in RUN.md. Thanks! (CLOSED this issue) |
Hi @jinbpark can you help with your resolution of this issue , I am getting below error :
|
@jinbpark gentle remainder! |
There are currently some different issues with veraison in our demo. For the newest version of veraison I had to make some changes to examples/veraison/bootstrap.sh (services use https by default, policy scheme has changed name) and to veraison itself (I had some problems with go package caching and had to get pocli tool from specified commit). They are here: https://github.com/islet-project/islet/tree/dev/z.abramowska/veraison_bootstrap_fix . But I didn't fix problems with uploading endorsements etc (like the one with cocli). |
@p-sawicki2 ,
I'm trying to reproduce the result of the veraison example.
I faced the following error when doing
run.sh
inveraison/provisioning
.Do you have any idea on this issue?
The text was updated successfully, but these errors were encountered: